]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b352096044543f23a576ca49f4d402fa7b9f040
treef2c1c61aa45dd04bdd301193185420bea7c81071
parent2aabe1a71e0fbab2c160b0a09d64e2b55775b57f
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