diff options
author | Steve French <sfrench@us.ibm.com> | 2006-09-28 19:43:08 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-09-28 19:43:08 +0000 |
commit | 2cd646a2d1d5e0e46aa4bb55b1847b0cb35bd855 (patch) | |
tree | 06be4e598e93e5426f32837386187395e592bb0a /fs/cifs/cifsfs.h | |
parent | 1bd5bbcb6531776a8f73e2cc6287fc4dd542e1c7 (diff) | |
download | linux-2cd646a2d1d5e0e46aa4bb55b1847b0cb35bd855.tar.gz linux-2cd646a2d1d5e0e46aa4bb55b1847b0cb35bd855.tar.bz2 linux-2cd646a2d1d5e0e46aa4bb55b1847b0cb35bd855.zip |
[CIFS] Remove static and unused symbols
Most cases of the ones found by Shaggy by
"make namespacecheck"
could be removed or made static
Ack: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index bea875d9a46a..a243f779b363 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -36,7 +36,7 @@ extern const struct address_space_operations cifs_addr_ops; extern const struct address_space_operations cifs_addr_ops_smallbuf; /* Functions related to super block operations */ -extern struct super_operations cifs_super_ops; +/* extern struct super_operations cifs_super_ops;*/ extern void cifs_read_inode(struct inode *); extern void cifs_delete_inode(struct inode *); /* extern void cifs_write_inode(struct inode *); *//* BB not needed yet */ |