]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commitfdb254db21bb4aed44a0bc7fe993e58d3848c926
treeee0c87b139db307eb971390fd3e8f4c97210b7f0
parent1d278a879081ddc40286500e58868aaee47de257
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