summaryrefslogtreecommitdiff
path: root/fs/devpts
diff options
context:
space:
mode:
authorMateusz Guzik <mguzik@redhat.com>2018-04-10 16:30:51 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-04-11 10:28:33 -0700
commit68c3411ff4a4cee53cc854c11ed191eaaf1956ba (patch)
tree30b9c8ebe459df3573b2fcef6ee15cf2a7f837f1 /fs/devpts
parent8cfa67b4d9a9d9a6061f3cfd0e0ed16e66e45984 (diff)
proc: get rid of task lock/unlock pair to read umask for the "status" file
get_task_umask locks/unlocks the task on its own. The only caller does the same thing immediately after. Utilize the fact the task has to be locked anyway and just do it once. Since there are no other users and the code is short, fold it in. Link: http://lkml.kernel.org/r/1517995608-23683-1-git-send-email-mguzik@redhat.com Signed-off-by: Mateusz Guzik <mguzik@redhat.com> Reviewed-by: Alexey Dobriyan <adobriyan@gmail.com> Cc: Konstantin Khlebnikov <koct9i@gmail.com> Cc: Jerome Marchand <jmarchan@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/devpts')
0 files changed, 0 insertions, 0 deletions