ceph: inode operations
authorSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:08 +0000 (11:31 -0700)
committerSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:08 +0000 (11:31 -0700)
commit355da1eb7a1f91c276b991764e951bbcd8047599
tree18b30761cbbeaa2b104957f5d50fb4c5296a52c5
parent16725b9d2a2e3d0fd2b0034482e2eb0a2d78050f
ceph: inode operations

Inode cache and inode operations.  We also include routines to
incorporate metadata structures returned by the MDS into the client
cache, and some helpers to deal with file capabilities and metadata
leases.  The bulk of that work is done by fill_inode() and
fill_trace().

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/inode.c [new file with mode: 0644]
fs/ceph/xattr.c [new file with mode: 0644]