]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: fix oops in ext4_quota_off()
authorAmir Goldstein <amir73il@gmail.com>
Mon, 16 May 2011 13:59:13 +0000 (09:59 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 3 Aug 2011 19:42:43 +0000 (12:42 -0700)
commit950b809e6c27e81d63010ed807605dd50047567e
treebb37ad69fb1377e6e5c6beb57f68c4a74ddd84af
parenta1083b5db47a007efca12466a6520db1d65de09d
ext4: fix oops in ext4_quota_off()

commit 0b26859027ce0005ef89520af20351360e51ad76 upstream.

If quota is not enabled when ext4_quota_off() is called, we must not
dereference quota file inode since it is NULL.  Check properly for
this.

This fixes a bug in commit 21f976975cbe (ext4: remove unnecessary
[cm]time update of quota file), which was merged for 2.6.39-rc3.

Reported-by: Amir Goldstein <amir73il@users.sf.net>
Signed-off-by: Amir Goldstein <amir73il@users.sf.net>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: Chris Dunlop <chris@onthe.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/super.c