From: Theodore Ts'o Date: Tue, 8 Apr 2014 15:38:28 +0000 (-0400) Subject: ext4: update PF_MEMALLOC handling in ext4_write_inode() X-Git-Tag: omap-for-v3.16/pm-signed~66^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f7e41636ff201148443551d06bc74497160aac;p=pandora-kernel.git ext4: update PF_MEMALLOC handling in ext4_write_inode() 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" Cc: Jan Kara --- Reading git-diff-tree failed