diff options
Diffstat (limited to 'fs/cifs/inode.c')
-rw-r--r-- | fs/cifs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 15ac63ff8ffc..583f5e4008c2 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c @@ -1148,7 +1148,7 @@ smb311_posix_get_inode_info(struct inode **inode, /* - * 4. Tweak fattr based on mount options + * 3. Tweak fattr based on mount options */ /* check for Minshall+French symlinks */ @@ -1160,7 +1160,7 @@ smb311_posix_get_inode_info(struct inode **inode, } /* - * 5. Update inode with final fattr data + * 4. Update inode with final fattr data */ if (!*inode) { |