Loading fs/nfs/nfs3proc.c +1 −3 Original line number Original line Diff line number Diff line Loading @@ -335,9 +335,7 @@ nfs3_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, * not sure this buys us anything (and I'd have * not sure this buys us anything (and I'd have * to revamp the NFSv3 XDR code) */ * to revamp the NFSv3 XDR code) */ status = nfs3_proc_setattr(dentry, &fattr, sattr); status = nfs3_proc_setattr(dentry, &fattr, sattr); if (status == 0) nfs_post_op_update_inode(dentry->d_inode, &fattr); nfs_setattr_update_inode(dentry->d_inode, sattr); nfs_refresh_inode(dentry->d_inode, &fattr); dprintk("NFS reply setattr (post-create): %d\n", status); dprintk("NFS reply setattr (post-create): %d\n", status); } } if (status != 0) if (status != 0) Loading Loading
fs/nfs/nfs3proc.c +1 −3 Original line number Original line Diff line number Diff line Loading @@ -335,9 +335,7 @@ nfs3_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, * not sure this buys us anything (and I'd have * not sure this buys us anything (and I'd have * to revamp the NFSv3 XDR code) */ * to revamp the NFSv3 XDR code) */ status = nfs3_proc_setattr(dentry, &fattr, sattr); status = nfs3_proc_setattr(dentry, &fattr, sattr); if (status == 0) nfs_post_op_update_inode(dentry->d_inode, &fattr); nfs_setattr_update_inode(dentry->d_inode, sattr); nfs_refresh_inode(dentry->d_inode, &fattr); dprintk("NFS reply setattr (post-create): %d\n", status); dprintk("NFS reply setattr (post-create): %d\n", status); } } if (status != 0) if (status != 0) Loading