Project

General

Profile

Bug #1878 ยป 0001-ceph-fix-symlink-inode-operations.patch

Zheng Yan, 04/07/2013 01:46 AM

View differences:

fs/ceph/inode.c
static const struct inode_operations ceph_symlink_iops = {
.readlink = generic_readlink,
.follow_link = ceph_sym_follow_link,
.setattr = ceph_setattr,
.getattr = ceph_getattr,
.setxattr = ceph_setxattr,
.getxattr = ceph_getxattr,
.listxattr = ceph_listxattr,
.removexattr = ceph_removexattr,
};
/*
    (1-1/1)