diff --git a/[refs] b/[refs] index 9169c356cddb..5b249c3e336e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3be2be0a32c18b0fd6d623cda63174a332ca0de1 +refs/heads/master: 91312c53aff4c9863dca6080182091dc5c5824c6 diff --git a/trunk/fs/hppfs/hppfs.c b/trunk/fs/hppfs/hppfs.c index a68cb2092512..78f21f8dc2ec 100644 --- a/trunk/fs/hppfs/hppfs.c +++ b/trunk/fs/hppfs/hppfs.c @@ -674,7 +674,7 @@ static struct inode *get_inode(struct super_block *sb, struct dentry *dentry) if (!inode) { dput(dentry); - return ERR_PTR(-ENOMEM); + return NULL; } if (S_ISDIR(dentry->d_inode->i_mode)) {