]> git.baikalelectronics.ru Git - kernel.git/commit
isofs: Fix isofs_show_options()
authorDavid Howells <dhowells@redhat.com>
Tue, 11 Jul 2017 15:22:59 +0000 (16:22 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 13 Jul 2017 16:30:43 +0000 (12:30 -0400)
commitc5974631cc13eeb89baad781b5ae391ed58aaa27
treeee0c87b139db307eb971390fd3e8f4c97210b7f0
parent75439547549540cfc9bb6dbb270d2ee6d07b2684
isofs: Fix isofs_show_options()

The isofs patch needs a small fix to handle a signed/unsigned comparison that
the compiler didn't flag - thanks to Dan for catching it.

It should be noted, however, the session number handing appears to be incorrect
between where it is parsed and where it is used.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/isofs/inode.c