Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294487
b: refs/heads/master
c: d7c3267
h: refs/heads/master
i:
  294485: 25312f1
  294483: b47fed1
  294479: e706c09
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Feb 16, 2012
1 parent 323efba commit e5f10d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dbb9c2a22d32492544765e798386daa2d9da27d2
refs/heads/master: d7c32675021bd750d8e0e726f2f81f746e8cab01
5 changes: 4 additions & 1 deletion trunk/fs/nfs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,10 @@ struct vfsmount *nfs_d_automount(struct path *path)
nfs_free_fattr(fattr);
nfs_free_fhandle(fh);
out_nofree:
dprintk("<-- nfs_follow_mountpoint() = %p\n", mnt);
if (IS_ERR(mnt))
dprintk("<-- %s(): error %ld\n", __func__, PTR_ERR(mnt));
else
dprintk("<-- %s() = %p\n", __func__, mnt);
return mnt;
}

Expand Down

0 comments on commit e5f10d8

Please sign in to comment.