Skip to content

Commit

Permalink
Kill jffs2-user.h
Browse files Browse the repository at this point in the history
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 <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Artem Bityutskiy authored and David Woodhouse committed Jun 5, 2009
1 parent 24b5ce2 commit 24430ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
1 change: 0 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3171,7 +3171,6 @@ W: http://www.linux-mtd.infradead.org/doc/jffs2.html
S: Maintained
F: fs/jffs2/
F: include/linux/jffs2.h
F: include/mtd/jffs2-user.h

JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
P: Stephen Tweedie
Expand Down
1 change: 0 additions & 1 deletion include/mtd/Kbuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
header-y += inftl-user.h
header-y += jffs2-user.h
header-y += mtd-abi.h
header-y += mtd-user.h
header-y += nftl-user.h
Expand Down
34 changes: 0 additions & 34 deletions include/mtd/jffs2-user.h

This file was deleted.

0 comments on commit 24430ab

Please sign in to comment.