Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97898
b: refs/heads/master
c: 19f2b8d
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jun 10, 2008
1 parent 680d1ae commit a18f96e
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: 1783e60ff207805a3e75cf522b17ec9bb1604a62
refs/heads/master: 19f2b8dfea10e4d5cd34feb08cbab738504c25cf
2 changes: 0 additions & 2 deletions trunk/ipc/shm.c
Original file line number Diff line number Diff line change
Expand Up @@ -894,8 +894,6 @@ long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr)
if (!sfd)
goto out_put_dentry;

err = -ENOMEM;

file = alloc_file(path.mnt, path.dentry, f_mode, &shm_file_operations);
if (!file)
goto out_free;
Expand Down

0 comments on commit a18f96e

Please sign in to comment.