commit | 30ee052e12b97c190b27fe6f20e3ac3047df7b5c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Apr 06 07:53:29 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Wed Apr 06 07:53:29 2016 +1000 |
tree | 92b34446e88e72e6ddce730b1f1b4192614a45be | |
parent | bfe8804d908a791b16e3686c101f0d7eca9fb5b9 [diff] |
xfs: optimize inline symlinks By overallocating the in-core inode fork data buffer and zero terminating the link target in xfs_init_local_fork we can avoid the memory allocation in ->follow_link. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>