Skip to content

Commit 8e50cd0

Browse files
metze-sambasmfrench
authored andcommitted
smb: server: fix comment for ksmbd_vfs_kern_path_start_removing()
This was found by sparse... Fixes: 1ead221 ("smb/server: use end_removing_noperm for for target of smb2_create_link()") Cc: Namjae Jeon <linkinjeon@kernel.org> Cc: Steve French <smfrench@gmail.com> Cc: Tom Talpey <tom@talpey.com> Cc: NeilBrown <neil@brown.name> Cc: Christian Brauner <brauner@kernel.org> Cc: linux-cifs@vger.kernel.org Cc: samba-technical@lists.samba.org Signed-off-by: Stefan Metzmacher <metze@samba.org> Acked-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 98e3e2b commit 8e50cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/smb/server/vfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ int ksmbd_vfs_kern_path(struct ksmbd_work *work, char *filepath,
12271227
}
12281228

12291229
/**
1230-
* ksmbd_vfs_kern_path_start_remove() - lookup a file and get path info prior to removal
1230+
* ksmbd_vfs_kern_path_start_removing() - lookup a file and get path info prior to removal
12311231
* @work: work
12321232
* @filepath: file path that is relative to share
12331233
* @flags: lookup flags

0 commit comments

Comments
 (0)