linux/fs/quota
Jan Kara 4408ea41c0 quota: Fix possible oops in __dquot_initialize()
When quotaon(8) races with __dquot_initialize() or dqget() fails because
of EIO, ENOSPC, or similar error, we could possibly dereference NULL pointer
in inode->i_dquot[cnt]. Add proper checking.

Reported-by: Dmitry Monakhov <dmonakhov@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
2010-10-28 01:30:06 +02:00
..
Kconfig quota: Make QUOTACTL config be selected by its users 2010-10-05 12:16:37 +02:00
Makefile
compat.c
dquot.c quota: Fix possible oops in __dquot_initialize() 2010-10-28 01:30:06 +02:00
netlink.c
quota.c
quota_tree.c quota: Change quota error message to print out disk and function name 2010-07-21 16:05:58 +02:00
quota_tree.h quota: Change quota error message to print out disk and function name 2010-07-21 16:05:58 +02:00
quota_v1.c quota: Change quota error message to print out disk and function name 2010-07-21 16:05:58 +02:00
quota_v2.c quota: Change quota error message to print out disk and function name 2010-07-21 16:05:58 +02:00
quotaio_v1.h
quotaio_v2.h