summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.h
diff options
context:
space:
mode:
authorSteve French2007-02-27 06:35:17 +0100
committerSteve French2007-02-27 06:35:17 +0100
commit99ee4dbd7c99c27129a8e2026003a7680878345f (patch)
tree66bd113a21b22981d6be69acfcbe64a3d2b27559 /fs/cifs/cifsfs.h
parent[CIFS] New file for previous commit (diff)
downloadkernel-qcow2-linux-99ee4dbd7c99c27129a8e2026003a7680878345f.tar.gz
kernel-qcow2-linux-99ee4dbd7c99c27129a8e2026003a7680878345f.tar.xz
kernel-qcow2-linux-99ee4dbd7c99c27129a8e2026003a7680878345f.zip
[CIFS] Remove some unused functions/declarations
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r--fs/cifs/cifsfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index c97c08eb481a..2c2c384894d8 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -38,8 +38,8 @@ extern const struct address_space_operations cifs_addr_ops_smallbuf;
/* Functions related to super block operations */
/* extern const 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 */
+/*extern void cifs_delete_inode(struct inode *);*/ /* BB not needed yet */
+/* extern void cifs_write_inode(struct inode *); */ /* BB not needed yet */
/* Functions related to inodes */
extern const struct inode_operations cifs_dir_inode_ops;