Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198103
b: refs/heads/master
c: fe5bd07
h: refs/heads/master
i:
  198101: 1dd1d6d
  198099: d39e1e2
  198095: d3355a8
v: v3
  • Loading branch information
Dan Carpenter authored and Eric Van Hensbergen committed May 22, 2010
1 parent d7461e1 commit d04d126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 75cc5c9b82a31936d2a8cb75f34752000e244015
refs/heads/master: fe5bd0736bcdf35bd6cc300211a97c2fef8bd83e
2 changes: 0 additions & 2 deletions trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,14 +456,12 @@ static int v9fs_remove(struct inode *dir, struct dentry *file, int rmdir)
{
int retval;
struct inode *file_inode;
struct v9fs_session_info *v9ses;
struct p9_fid *v9fid;

P9_DPRINTK(P9_DEBUG_VFS, "inode: %p dentry: %p rmdir: %d\n", dir, file,
rmdir);

file_inode = file->d_inode;
v9ses = v9fs_inode2v9ses(file_inode);
v9fid = v9fs_fid_clone(file);
if (IS_ERR(v9fid))
return PTR_ERR(v9fid);
Expand Down

0 comments on commit d04d126

Please sign in to comment.