Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185733
b: refs/heads/master
c: 4294a8e
h: refs/heads/master
i:
  185731: d95531b
v: v3
  • Loading branch information
André Goddard Rosa authored and Al Viro committed Mar 3, 2010
1 parent 3967c8d commit 7f7746c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 4919c5e45a91b5db5a41695fe0357fbdff0d5767
refs/heads/master: 4294a8eedb17bbc45e1e7447c2a4d05332943248
3 changes: 1 addition & 2 deletions trunk/ipc/mqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, mode_t, mode,
dentry = lookup_one_len(name, ipc_ns->mq_mnt->mnt_root, strlen(name));
if (IS_ERR(dentry)) {
error = PTR_ERR(dentry);
goto out_err;
goto out_putfd;
}
mntget(ipc_ns->mq_mnt);

Expand Down Expand Up @@ -742,7 +742,6 @@ SYSCALL_DEFINE4(mq_open, const char __user *, u_name, int, oflag, mode_t, mode,
mntput(ipc_ns->mq_mnt);
out_putfd:
put_unused_fd(fd);
out_err:
fd = error;
out_upsem:
mutex_unlock(&ipc_ns->mq_mnt->mnt_root->d_inode->i_mutex);
Expand Down

0 comments on commit 7f7746c

Please sign in to comment.