]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/locks.c
locks: print unsigned ino in /proc/locks
authorAmir Goldstein <amir73il@gmail.com>
Sun, 22 Dec 2019 18:45:28 +0000 (20:45 +0200)
committerJeff Layton <jlayton@kernel.org>
Sun, 29 Dec 2019 14:00:58 +0000 (09:00 -0500)
commit98ca480a8f22fdbd768e3dad07024c8d4856576c
tree867b336245fb18958569d91b3bb0b4d8b0f02aa8
parent46cf053efec6a3a5f343fead837777efe8252a46
locks: print unsigned ino in /proc/locks

An ino is unsigned, so display it as such in /proc/locks.

Cc: stable@vger.kernel.org
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/locks.c