From: Andrew Morton fs/ncpfs/ioctl.c: In function 'ncp_ioctl_need_write': fs/ncpfs/ioctl.c:853: error: label at end of compound statement Cc: Christoph Hellwig Cc: Dave Hansen Signed-off-by: Andrew Morton --- fs/ncpfs/ioctl.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/ncpfs/ioctl.c~r-o-bind-mounts-elevate-write-count-during-entire-ncp_ioctl-fix fs/ncpfs/ioctl.c --- a/fs/ncpfs/ioctl.c~r-o-bind-mounts-elevate-write-count-during-entire-ncp_ioctl-fix +++ a/fs/ncpfs/ioctl.c @@ -849,6 +849,7 @@ static int ncp_ioctl_need_write(unsigned case NCP_IOC_SETROOT: return 0; default: + break; /* unkown IOCTL command, assume write */ } return 1; _