From: Steven Whitehouse Date: Tue, 26 Sep 2006 21:14:02 +0000 (-0400) Subject: [GFS2] Remove (extra) fs_subsys declaration X-Git-Tag: firefly_0821_release~32406^2~19 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5e96f59f9b20373014abd5e30fba4805c5d4f53f;p=firefly-linux-kernel-4.4.55.git [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 --- 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);