]> git.baikalelectronics.ru Git - kernel.git/commit
msdos_rmdir(): kill BS comment
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 18 Apr 2018 04:14:40 +0000 (00:14 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 20 Apr 2018 04:01:02 +0000 (00:01 -0400)
commit121fc8779b19118737d2288860c27518b120b7a3
tree67c331bd469dbad7a0d84a6eb46d087b77d37b9f
parentf9bbd09fe505070cb5505ece7276db834a53fc3b
msdos_rmdir(): kill BS comment

it hadn't been checking for "busy" since 2.3.99-something and removing
that leaves us with "check if it's empty" followed by call of fat_dir_emtpy()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/fat/namei_msdos.c