aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bio.c
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-22 09:48:20 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-22 14:02:16 +0200
commit2489007e7d740ccbc3e0a202914e243ad5178787 (patch)
treeb8e6380ea7b1da63474ad68a5dba997e01146043 /fs/bio.c
parent5f67568eb31e3a813c7c52461dcf66ade15fc2e7 (diff)
downloadkernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.gz
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.bz2
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.zip
merge opensource jb u5
Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2
Diffstat (limited to 'fs/bio.c')
-rw-r--r--fs/bio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/bio.c b/fs/bio.c
index 9bfade8a609..59d91d4d1e9 100644
--- a/fs/bio.c
+++ b/fs/bio.c
@@ -1689,4 +1689,8 @@ static int __init init_bio(void)
return 0;
}
+#ifdef CONFIG_FAST_RESUME
+beforeresume_initcall(init_bio);
+#else
subsys_initcall(init_bio);
+#endif