diff options
author | YueHaibing <[email protected]> | 2019-07-16 16:27:51 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2019-07-16 19:23:22 -0700 |
commit | 1b113e04e20298b08c82c709a4501c0d6e1e4374 (patch) | |
tree | f65e2e58a05ea997ec56259e32aad523a9adb006 /arch/powerpc/mm/fault.c | |
parent | 6a8d76cbd647d414248d314300106d1ce04daa4b (diff) |
fs/binfmt_flat.c: remove set but not used variable 'inode'
Fixes gcc '-Wunused-but-set-variable' warning:
fs/binfmt_flat.c: In function load_flat_file:
fs/binfmt_flat.c:419:16: warning: variable inode set but not used [-Wunused-but-set-variable]
It's never used and can be removed.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: YueHaibing <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'arch/powerpc/mm/fault.c')
0 files changed, 0 insertions, 0 deletions