ext4: update PF_MEMALLOC handling in ext4_write_inode()
authorTheodore Ts'o <tytso@mit.edu>
Tue, 8 Apr 2014 15:38:28 +0000 (11:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 8 Apr 2014 15:38:28 +0000 (11:38 -0400)
The special handling of PF_MEMALLOC callers in ext4_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.

(Changes modeled on an ext3 patch posted by Jan Kara to the linux-ext4
mailing list on Februaryt 28, 2014, which apparently never went into
the ext3 tree.)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: Jan Kara <jack@suse.cz>
fs/ext4/inode.c

diff --cc fs/ext4/inode.c
Simple merge