]> git.baikalelectronics.ru Git - kernel.git/commit
fs: factor out common code in fget_light() and fget_raw_light()
authorOleg Nesterov <oleg@redhat.com>
Mon, 13 Jan 2014 15:48:40 +0000 (16:48 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 Jan 2014 08:14:37 +0000 (03:14 -0500)
commit0a9c284c000110e6cb7c71d01c4ce95cd6bf2c59
treeb13bcb8d44c49b42be5f885b180e620a4982bb8a
parentbb825b38c3c5f71609010116cb22948a8930d4f5
fs: factor out common code in fget_light() and fget_raw_light()

Apart from FMODE_PATH check fget_light() and fget_raw_light() are
identical, shift the code into the new helper, __fget_light(fd, mask).
Saves 208 bytes.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/file.c