]> git.baikalelectronics.ru Git - kernel.git/commit
namei: trivial fix to vfs_rename_dir comment
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 17 Feb 2014 21:52:33 +0000 (16:52 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 7 Aug 2014 18:40:10 +0000 (14:40 -0400)
commitc3e2980dc4d8490169eaff230cfa955ccb4cd3a8
treec16cc69c2be7b697cc10772979cf3996c4f3a9e4
parentce6feaf386724c5553e7e8306640efbee077d2b8
namei: trivial fix to vfs_rename_dir comment

Looks like the directory loop check is actually done in renameat?
Whatever, leave this out rather than trying to keep it up to date with
the code.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c