Merge remote-tracking branch 'jk/vfs' into work.misc

このコミットが含まれているのは:
Al Viro
2016-10-08 11:06:08 -04:00
コミット e55f1d1d13
76個のファイルの変更296行の追加225行の削除

ファイルの表示

@@ -960,7 +960,7 @@ static int shmem_setattr(struct dentry *dentry, struct iattr *attr)
struct shmem_sb_info *sbinfo = SHMEM_SB(inode->i_sb);
int error;
error = inode_change_ok(inode, attr);
error = setattr_prepare(dentry, attr);
if (error)
return error;