summaryrefslogtreecommitdiff
path: root/tools/lib/symbol
ModeNameSize
-rw-r--r--kallsyms.c1070logplain
-rw-r--r--kallsyms.h532logplain
Williams <dan.j.williams@intel.com>2016-12-26 20:29:24 -0800 commite568df6b84ff05a22467503afc11bee7a6ba0700 (patch) tree516a8c7d3eb87bcd07d97e3582964403cdd0f010 /tools/lib/api parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
ext2: Return BH_New buffers for zeroed blocks
So far we did not return BH_New buffers from ext2_get_blocks() when we allocated and zeroed-out a block for DAX inode to avoid racy zeroing in DAX code. This zeroing is gone these days so we can remove the workaround. Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'tools/lib/api')