Skip to content

Commit 24430ab

Browse files
Artem BityutskiyDavid Woodhouse
authored andcommitted
Kill jffs2-user.h
This file does not define any kernel-userspace API, all it does it defines few helpers for userspace. Instead, userspace should have a private copy of this file. The main (if not the only) user is the mtd-utils package, but it already has a private copy of this file. This patch also removes references to 'jffs2-user.h' from 'Kbuild' and MAINTAINERS' files. Signed-off-by: Artem Bityutskiy <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
1 parent 24b5ce2 commit 24430ab

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,6 @@ W: http://www.linux-mtd.infradead.org/doc/jffs2.html
31713171
S: Maintained
31723172
F: fs/jffs2/
31733173
F: include/linux/jffs2.h
3174-
F: include/mtd/jffs2-user.h
31753174

31763175
JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
31773176
P: Stephen Tweedie

include/mtd/Kbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
header-y += inftl-user.h
2-
header-y += jffs2-user.h
32
header-y += mtd-abi.h
43
header-y += mtd-user.h
54
header-y += nftl-user.h

include/mtd/jffs2-user.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)