fs: remove dead check
[linux-2.6-block.git] / fs / super.c
index faeab453e6e9536034700eb96091a247a85dd85b..d2b026566dea3267cb456da78510e85853f8e6b7 100644 (file)
@@ -1996,11 +1996,6 @@ retry:
                goto retry;
        }
 
-       if (!(sb->s_flags & SB_BORN)) {
-               super_unlock_excl(sb);
-               return 0;       /* sic - it's "nothing to do" */
-       }
-
        if (sb_rdonly(sb)) {
                /* Nothing to do really... */
                sb->s_writers.freeze_holders |= who;