X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=fs%2Fnamespace.c;h=55605c552787cae1188ef93ee522ddd958e8cd83;hb=240fbe2347f1bb58c45fe07fd7c1e5ed96e2e983;hp=398a50ff243848fae1145c695d6decc801d80f7d;hpb=1ca22254b32657d65315af261ae0e699b8427fb7;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/fs/namespace.c b/fs/namespace.c index 398a50f..55605c5 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -313,7 +313,7 @@ int __mnt_want_write(struct vfsmount *m) * incremented count after it has set MNT_WRITE_HOLD. */ smp_mb(); - while (mnt->mnt.mnt_flags & MNT_WRITE_HOLD) + while (ACCESS_ONCE(mnt->mnt.mnt_flags) & MNT_WRITE_HOLD) cpu_relax(); /* * After the slowpath clears MNT_WRITE_HOLD, mnt_is_readonly will