linux/fs/quota
Jan Kara c56818d7dc quota: Fix WARN_ON in lookup_one_len
We should hold i_mutex when looking up quota files for journaled quotas,
otherwise a WARN_ON in lookup_one_len triggers. The fact that we didn't
hold i_mutex previously probably could not lead to a real bug since the
filesystem is just being mounted / remounted read-write and thus the
root directory cannot change anyway but it's definitely cleaner with
i_mutex.

Reported-by: Bastien ROUCARIES <roucaries.bastien@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2009-12-10 15:02:51 +01:00
..
Kconfig VFS: Export dquot_send_warning 2009-12-03 11:53:02 +00:00
Makefile quota: remove obsolete comments in fs/quota/Makefile 2009-04-27 16:49:52 +02:00
dquot.c quota: Fix WARN_ON in lookup_one_len 2009-12-10 15:02:51 +01:00
quota.c VFS: Export dquot_send_warning 2009-12-03 11:53:02 +00:00
quota_tree.c
quota_tree.h
quota_v1.c const: struct quota_format_ops 2009-12-10 15:02:51 +01:00
quota_v2.c const: struct quota_format_ops 2009-12-10 15:02:51 +01:00
quotaio_v1.h
quotaio_v2.h