Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/mount_fdesc



Module Name:    src
Committed By:   pooka
Date:           Fri Jul 31 14:56:11 UTC 2009

Modified Files:
        src/sbin/mount_fdesc: mount_fdesc.c

Log Message:
Shortcircuit -o getargs in userspace.  We know the kernel driver
will not return any data and mount(2) fails with EINVAL if data_len
is 0.  This caused lame-o output in mount -vv:
mount_fdesc: fdesc on /failsystem: Invalid argument


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/mount_fdesc/mount_fdesc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index