]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/xfs_inode_buf.c
xfs: introduce xfs_inode_buf.c for inode buffer operations
authorDave Chinner <dchinner@redhat.com>
Wed, 4 Sep 2013 22:05:33 +0000 (22:05 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 16 Sep 2013 20:14:43 +0000 (15:14 -0500)
commit1d519883d6e226984b4896af29437a93c40b4254
tree8685331b72104c06602882492e044398570a21b7
parent5dcd1db51c47d503a1c2c52c78e3076ec7827729
xfs: introduce xfs_inode_buf.c for inode buffer operations

The only thing remaining in xfs_inode.[ch] are the operations that
read, write or verify physical inodes in their underlying buffers.
Move all this code to xfs_inode_buf.[ch] and so we can stop sharing
xfs_inode.[ch] with userspace.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Review-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
include/Makefile
include/libxfs.h
include/xfs_inode.h [deleted file]
include/xfs_inode_buf.h [new file with mode: 0644]
libxfs/Makefile
libxfs/init.c
libxfs/xfs_inode_buf.c [moved from libxfs/xfs_inode.c with 94% similarity]