diff options
author | Steve French <sfrench@us.ibm.com> | 2007-02-27 00:35:17 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-02-27 00:35:17 -0500 |
commit | 99ee4dbd7c99c27129a8e2026003a7680878345f (patch) | |
tree | 66bd113a21b22981d6be69acfcbe64a3d2b27559 /fs/cifs/inode.c | |
parent | 1ae1bc44d44dd84cc00fb9edbba27458771d860d (diff) |
[CIFS] Remove some unused functions/declarations
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/inode.c')
-rw-r--r-- | fs/cifs/inode.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 03ade0f972b4..86b9dbbd8441 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c | |||
@@ -1134,7 +1134,7 @@ static int cifs_truncate_page(struct address_space *mapping, loff_t from) | |||
1134 | return rc; | 1134 | return rc; |
1135 | } | 1135 | } |
1136 | 1136 | ||
1137 | int cifs_vmtruncate(struct inode * inode, loff_t offset) | 1137 | static int cifs_vmtruncate(struct inode * inode, loff_t offset) |
1138 | { | 1138 | { |
1139 | struct address_space *mapping = inode->i_mapping; | 1139 | struct address_space *mapping = inode->i_mapping; |
1140 | unsigned long limit; | 1140 | unsigned long limit; |
@@ -1431,9 +1431,11 @@ cifs_setattr_exit: | |||
1431 | return rc; | 1431 | return rc; |
1432 | } | 1432 | } |
1433 | 1433 | ||
1434 | #if 0 | ||
1434 | void cifs_delete_inode(struct inode *inode) | 1435 | void cifs_delete_inode(struct inode *inode) |
1435 | { | 1436 | { |
1436 | cFYI(1, ("In cifs_delete_inode, inode = 0x%p", inode)); | 1437 | cFYI(1, ("In cifs_delete_inode, inode = 0x%p", inode)); |
1437 | /* may have to add back in if and when safe distributed caching of | 1438 | /* may have to add back in if and when safe distributed caching of |
1438 | directories added e.g. via FindNotify */ | 1439 | directories added e.g. via FindNotify */ |
1439 | } | 1440 | } |
1441 | #endif | ||