projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e70b7f
)
shm: Remove silly double assignment
author
Neil Horman
<nhorman@tuxdriver.com>
Tue, 10 Jun 2008 12:53:39 +0000
(08:53 -0400)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 10 Jun 2008 14:58:00 +0000
(07:58 -0700)
Found a silly double assignment of err is do_shmat. Silly, but good to
clean up the useless code.
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/shm.c
patch
|
blob
|
blame
|
history
diff --git
a/ipc/shm.c
b/ipc/shm.c
index 554429ade079ffbcd8b19fbfd657772db2eb36ec..d05f6b564998773bdc401c27aa9425e19ac6a7ee 100644
(file)
--- a/
ipc/shm.c
+++ b/
ipc/shm.c
@@
-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;