ext3: Update PF_MEMALLOC handling in ext3_write_inode()
authorJan Kara <jack@suse.cz>
Fri, 28 Feb 2014 08:09:24 +0000 (09:09 +0100)
committerJan Kara <jack@suse.cz>
Tue, 4 Mar 2014 11:19:25 +0000 (12:19 +0100)
commit99128addc964d4429d1bb9be5fa9e03ce85b1e68
treef2c1c61aa45dd04bdd301193185420bea7c81071
parente878167af92fda03eb3a8597eec24128d4d47c43
ext3: Update PF_MEMALLOC handling in ext3_write_inode()

The special handling of PF_MEMALLOC callers in ext3_write_inode()
shouldn't be necessary as there shouldn't be any. Warn about it. Also
update comment before the function as it seems somewhat outdated.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/inode.c