git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce08b62
)
fs: factor out common code in fget() and fget_raw()
author
Oleg Nesterov
<oleg@redhat.com>
Mon, 13 Jan 2014 15:48:19 +0000
(16:48 +0100)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 25 Jan 2014 08:14:37 +0000
(
03:14
-0500)
Apart from FMODE_PATH check fget() and fget_raw() are identical,
shift the code into the new simple helper, __fget(fd, mask). Saves
160 bytes.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/file.c
patch
|
blob
|
history
diff --cc
fs/file.c
Simple merge