projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c45d5
)
msdos_rmdir(): kill BS comment
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 18 Apr 2018 04:14:40 +0000
(
00:14
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 20 Apr 2018 04:01:02 +0000
(
00:01
-0400)
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
patch
|
blob
|
history
diff --git
a/fs/fat/namei_msdos.c
b/fs/fat/namei_msdos.c
index 582ca731a6c90988acb1dac49d1127d46e2dca50..484ce674e0cdd18b0f501391f21551684643d9f0 100644
(file)
--- a/
fs/fat/namei_msdos.c
+++ b/
fs/fat/namei_msdos.c
@@
-314,10
+314,6
@@
static int msdos_rmdir(struct inode *dir, struct dentry *dentry)
int err;
mutex_lock(&MSDOS_SB(sb)->s_lock);
- /*
- * Check whether the directory is not in use, then check
- * whether it is empty.
- */
err = fat_dir_empty(inode);
if (err)
goto out;