commit | 99128addc964d4429d1bb9be5fa9e03ce85b1e68 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Fri Feb 28 09:09:24 2014 +0100 |
committer | Jan Kara <jack@suse.cz> | Tue Mar 04 12:19:25 2014 +0100 |
tree | f2c1c61aa45dd04bdd301193185420bea7c81071 | |
parent | e878167af92fda03eb3a8597eec24128d4d47c43 [diff] |
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>