aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-09-26 17:14:02 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-26 17:14:02 -0400
commit5e96f59f9b20373014abd5e30fba4805c5d4f53f (patch)
tree921b563ffeb8d2327add43aafb50e88e08e3d690 /include
parent363e065c02b1273364d5356711a83e7f548fc0c8 (diff)
[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')
-rw-r--r--include/linux/fs.h3
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;
1377#define FLOCK_VERIFY_READ 1 1377#define FLOCK_VERIFY_READ 1
1378#define FLOCK_VERIFY_WRITE 2 1378#define FLOCK_VERIFY_WRITE 2
1379 1379
1380/* /sys/fs */
1381extern struct subsystem fs_subsys;
1382
1383extern int locks_mandatory_locked(struct inode *); 1380extern int locks_mandatory_locked(struct inode *);
1384extern int locks_mandatory_area(int, struct inode *, struct file *, loff_t, size_t); 1381extern int locks_mandatory_area(int, struct inode *, struct file *, loff_t, size_t);
1385 1382