X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Focfs2%2Fsuper.c;h=33a6de6fc6120de71b468ae1665d5e0a748029fe;hb=1ba9da2ffa54b56a6346746248bfa38124d499a6;hp=d17e33e66a1e5228cead65463a3255adb383fa71;hpb=699a71238856b19091503c671bac8abb1e3f9a3a;p=linux-2.6-omap-h63xx.git diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index d17e33e66a1..33a6de6fc61 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c @@ -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 };