diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2009-09-09 15:59:35 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2009-09-09 15:59:35 +0100 |
commit | 2b88f7c535a8125213def012a67c1b0a667ceb2e (patch) | |
tree | 9351a2c0a444c5054bf9b4744f37b3ac30a2ab32 /fs/gfs2/incore.h | |
parent | acf7e2444acfaf4c8540603b76d71010eea3fc24 (diff) | |
download | talos-op-linux-2b88f7c535a8125213def012a67c1b0a667ceb2e.tar.gz talos-op-linux-2b88f7c535a8125213def012a67c1b0a667ceb2e.zip |
GFS2: Remove unused sysfs file
The /sys/fs/gfs2/<fsname>/lock_module/id file has been unused for
some time now, so we can remove it. We still accept the mount option
though, as userspace still sends that.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 52436abc3b4d..6edb423f90b3 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -496,7 +496,6 @@ struct gfs2_sb_host { */ struct lm_lockstruct { - u32 ls_id; unsigned int ls_jid; unsigned int ls_first; unsigned int ls_first_done; |