Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...
[sfrench/cifs-2.6.git] / fs / fat / namei_msdos.c
index df6eb551f713d42f434f3e4e848c55673a7ee985..16a832c37d663b518432387e5826c1b957fee3d9 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;