ext4: balloc: use task_pid_nr() helper
authorRitesh Harjani <riteshh@linux.ibm.com>
Sun, 10 May 2020 06:24:50 +0000 (11:54 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jun 2020 03:16:52 +0000 (23:16 -0400)
commit9bee5779ee26d6debc84e0f1e4e54daa93f13ebc
tree9f9a7a5c0b39aea9168620eb79cba91767116190
parenteb2b8ebb867fa895d5c4768310998bc940f6506c
ext4: balloc: use task_pid_nr() helper

Use task_pid_nr() function instead of current->pid.
There should be no functionality change in this patch.

Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/r/4b58403e15e9c8deb34a1b93deb3fc9cd153ab84.1589086800.git.riteshh@linux.ibm.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/balloc.c