aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnodeops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_vnodeops.c')
-rw-r--r--fs/xfs/xfs_vnodeops.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c
index 7f380e885a6f..6b71d9f763c7 100644
--- a/fs/xfs/xfs_vnodeops.c
+++ b/fs/xfs/xfs_vnodeops.c
@@ -3457,27 +3457,6 @@ std_return:
3457 goto std_return; 3457 goto std_return;
3458} 3458}
3459 3459
3460
3461int
3462xfs_fid2(
3463 xfs_inode_t *ip,
3464 xfs_fid_t *xfid)
3465{
3466 xfs_itrace_entry(ip);
3467
3468 xfid->fid_len = sizeof(xfs_fid_t) - sizeof(xfid->fid_len);
3469 xfid->fid_pad = 0;
3470 /*
3471 * use memcpy because the inode is a long long and there's no
3472 * assurance that xfid->fid_ino is properly aligned.
3473 */
3474 memcpy(&xfid->fid_ino, &ip->i_ino, sizeof(xfid->fid_ino));
3475 xfid->fid_gen = ip->i_d.di_gen;
3476
3477 return 0;
3478}
3479
3480
3481int 3460int
3482xfs_rwlock( 3461xfs_rwlock(
3483 xfs_inode_t *ip, 3462 xfs_inode_t *ip,