diff options
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | 2008-07-21 14:39:05 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-08-13 10:24:26 +0200 |
commit | ff46d7b3e0870a70331b069372c36fbc43018c2d (patch) | |
tree | 8a650ad44c110e2ea3587cf5f8e86137b3bf32dd /scripts/Makefile.host | |
parent | UBIFS: ensure UBIFS switches to read-only on error (diff) | |
download | linux-ff46d7b3e0870a70331b069372c36fbc43018c2d.tar.xz linux-ff46d7b3e0870a70331b069372c36fbc43018c2d.zip |
UBIFS: make ubifs_ro_mode() not inline
We use ubifs_ro_mode() quite a lot, and not in fast-path, so
there is no reason to blow the code up by having it inlined.
Also, we usually want R/O mode change to be seen to other
CPUs as soon as possible, so when we make this a function
call, we will automatically have a memory barrier.
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'scripts/Makefile.host')
0 files changed, 0 insertions, 0 deletions