diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-26 17:14:02 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-26 17:14:02 -0400 |
commit | 5e96f59f9b20373014abd5e30fba4805c5d4f53f (patch) | |
tree | 921b563ffeb8d2327add43aafb50e88e08e3d690 /include/linux/fs.h | |
parent | 363e065c02b1273364d5356711a83e7f548fc0c8 (diff) | |
download | blackbird-op-linux-5e96f59f9b20373014abd5e30fba4805c5d4f53f.tar.gz blackbird-op-linux-5e96f59f9b20373014abd5e30fba4805c5d4f53f.zip |
[GFS2] Remove (extra) fs_subsys declaration
This is already in Linus' tree, so we don't need to add
another one.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 48f982100f5a..1d3e601ece73 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -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); |