aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat
diff options
context:
space:
mode:
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>2010-05-24 14:33:11 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-05-25 08:07:03 -0700
commitf40c396a9ab04eae526990e2b2cef875b424ed4e (patch)
tree92b87fb6feb9470f9aa3cacc9344f7907ab2489c /fs/fat
parentd8521fcc5e0ad3e79bbc4231bb20a6cdc2b50164 (diff)
downloadkernel_samsung_smdk4412-f40c396a9ab04eae526990e2b2cef875b424ed4e.zip
kernel_samsung_smdk4412-f40c396a9ab04eae526990e2b2cef875b424ed4e.tar.gz
kernel_samsung_smdk4412-f40c396a9ab04eae526990e2b2cef875b424ed4e.tar.bz2
ratelimit: add ratelimit_state_init()
For now, all users of ratelimit_state allocates it statically, so DEFINE_RATELIMIT_STATE() is enough. But, I want to use ratelimit_state for fs, i.e. per super_block to suppress too many error reports. So, this adds ratelimit_state_init() to initialize ratelimite_state which is dynamically allocated, instead of opencoding. Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/fat')
0 files changed, 0 insertions, 0 deletions