Skip to content

Commit

Permalink
[GFS2] Remove (extra) fs_subsys declaration
Browse files Browse the repository at this point in the history
This is already in Linus' tree, so we don't need to add
another one.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Steven Whitehouse committed Sep 26, 2006
1 parent 363e065 commit 5e96f59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1377,9 +1377,6 @@ extern struct subsystem fs_subsys;
#define FLOCK_VERIFY_READ 1
#define FLOCK_VERIFY_WRITE 2

/* /sys/fs */
extern struct subsystem fs_subsys;

extern int locks_mandatory_locked(struct inode *);
extern int locks_mandatory_area(int, struct inode *, struct file *, loff_t, size_t);

Expand Down

0 comments on commit 5e96f59

Please sign in to comment.