]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/super.c
ocfs2: manually d_move() during ocfs2_rename()
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / super.c
index d17e33e66a1e5228cead65463a3255adb383fa71..33a6de6fc6120de71b468ae1665d5e0a748029fe 100644 (file)
@@ -682,7 +682,7 @@ static struct file_system_type ocfs2_fs_type = {
        .kill_sb        = kill_block_super, /* set to the generic one
                                             * right now, but do we
                                             * need to change that? */
-       .fs_flags       = FS_REQUIRES_DEV,
+       .fs_flags       = FS_REQUIRES_DEV|FS_RENAME_DOES_D_MOVE,
        .next           = NULL
 };