Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggy
[linux-2.6-microblaze.git] / fs / fat / namei_msdos.c
index df6eb55..16a832c 100644 (file)
@@ -316,10 +316,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;