summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c
diff options
context:
space:
mode:
authorSteve French <smfrench@gmail.com>2016-05-18 21:48:32 -0400
committerSteve French <smfrench@gmail.com>2016-05-19 22:56:34 -0400
commit48a77aa7e20557319205f9bd4cc02d4b67b5f761 (patch)
treeff6ded7037127349fecb79db6e93a816a870b2c8 /fs/cifs/cifsfs.c
parentb74cb9a80268be5c80cf4c87c74debf0ff2129ac (diff)
CIFS: Remove some obsolete comments
Remove some obsolete comments in the cifs inode_operations structs that were pointed out by Stephen Rothwell. CC: Stephen Rothwell <sfr@canb.auug.org.au> CC: Al Viro <viro@zeniv.linux.org.uk> Reviewed-by: Sachin Prabhu <sprabhu@redhat.com> Signed-off-by: Steve French <steve.french@primarydata.com>
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r--fs/cifs/cifsfs.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
index 67f622df0858..5d8b7edf8a8f 100644
--- a/fs/cifs/cifsfs.c
+++ b/fs/cifs/cifsfs.c
@@ -890,7 +890,6 @@ const struct inode_operations cifs_dir_inode_ops = {
890 .rmdir = cifs_rmdir, 890 .rmdir = cifs_rmdir,
891 .rename2 = cifs_rename2, 891 .rename2 = cifs_rename2,
892 .permission = cifs_permission, 892 .permission = cifs_permission,
893/* revalidate:cifs_revalidate, */
894 .setattr = cifs_setattr, 893 .setattr = cifs_setattr,
895 .symlink = cifs_symlink, 894 .symlink = cifs_symlink,
896 .mknod = cifs_mknod, 895 .mknod = cifs_mknod,
@@ -901,9 +900,8 @@ const struct inode_operations cifs_dir_inode_ops = {
901}; 900};
902 901
903const struct inode_operations cifs_file_inode_ops = { 902const struct inode_operations cifs_file_inode_ops = {
904/* revalidate:cifs_revalidate, */
905 .setattr = cifs_setattr, 903 .setattr = cifs_setattr,
906 .getattr = cifs_getattr, /* do we need this anymore? */ 904 .getattr = cifs_getattr,
907 .permission = cifs_permission, 905 .permission = cifs_permission,
908 .setxattr = generic_setxattr, 906 .setxattr = generic_setxattr,
909 .getxattr = generic_getxattr, 907 .getxattr = generic_getxattr,
@@ -915,9 +913,6 @@ const struct inode_operations cifs_symlink_inode_ops = {
915 .readlink = generic_readlink, 913 .readlink = generic_readlink,
916 .get_link = cifs_get_link, 914 .get_link = cifs_get_link,
917 .permission = cifs_permission, 915 .permission = cifs_permission,
918 /* BB add the following two eventually */
919 /* revalidate: cifs_revalidate,
920 setattr: cifs_notify_change, *//* BB do we need notify change */
921 .setxattr = generic_setxattr, 916 .setxattr = generic_setxattr,
922 .getxattr = generic_getxattr, 917 .getxattr = generic_getxattr,
923 .listxattr = cifs_listxattr, 918 .listxattr = cifs_listxattr,