dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/quota
Jan Kara dee865656f quota: Silence lockdep on quota_on
Commit d01730d74d didn't completely fix
the problem since we still take dqio_mutex and i_mutex in the wrong
order. Move taking of i_mutex further down (luckily it's needed only
for updating inode flags) below where dqio_mutex is taken.

Tested-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Jan Kara <jack@suse.cz>
2009-07-30 17:31:23 +02:00
..
Kconfig trivial: fix typos/grammar errors in fs/Kconfig 2009-03-26 02:18:38 +01:00
Makefile quota: remove obsolete comments in fs/quota/Makefile 2009-04-27 16:49:52 +02:00
dquot.c quota: Silence lockdep on quota_on 2009-07-30 17:31:23 +02:00
quota.c quota: cleanup dquota sync functions (version 4) 2009-06-11 21:36:04 -04:00
quota_tree.c quota: Coding style fixes 2009-03-26 02:18:38 +01:00
quota_tree.h
quota_v1.c quota: Coding style fixes 2009-03-26 02:18:38 +01:00
quota_v2.c quota: Coding style fixes 2009-03-26 02:18:38 +01:00
quotaio_v1.h
quotaio_v2.h