commit | 9ed6c2fb34a1fb493caec8a9644d05bb880a6923 | [log] [tgz] |
---|---|---|
author | Chris Sykes <chris@sigsegv.plus.com> | Tue Sep 27 21:45:22 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 28 07:46:40 2005 -0700 |
tree | 17dddf69de7c856a1f8d81a8a8709bc1640aecf5 | |
parent | ee4e52719ce474af339f4b81ece2ce9ecf920dfd [diff] |
[PATCH] Fix ext2_new_inode() failure paths Fix failure paths in ext2_new_inode() and clean up duplicated code: - DQUOT_DROP() was not being called if ext2_init_security() failed. Signed-off-by: Chris Sykes <chris@sigsegv.plus.com> Cc: Stephen Smalley <sds@epoch.ncsc.mil> Cc: Jan Kara <jack@ucw.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>