Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a4db266a authored by Darrick J. Wong's avatar Darrick J. Wong
Browse files

xfs: move inode lease breaking functions to xfs_inode.c


The lease breaking functions operate at the scope of the entire VFS
inode, not subranges of a file.  Move them to xfs_inode.c since they're
already declared in xfs_inode.h.  This cleanup moves us closer to
having xfs_FOO.h declare only the symbols in xfs_FOO.c.

Signed-off-by: default avatarDarrick J. Wong <djwong@kernel.org>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
parent 5302a5c8
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment