]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r274784:
authortrasz <trasz@FreeBSD.org>
Sun, 21 Dec 2014 11:33:18 +0000 (11:33 +0000)
committertrasz <trasz@FreeBSD.org>
Sun, 21 Dec 2014 11:33:18 +0000 (11:33 +0000)
commitd7139ba7f6d6696b9d96b4280781b2a9bc4b06af
tree0397c01bcdfc4abf0ade68099ef44da9344be822
parent40ef49f52bed95e5b08980ab445b730395f12040
MFC r274784:

Fix smbfs to not zero out statfs f_flags field. Previously, this
made getmntinfo() return empty flags for smbfs filesystems when
called with MNT_WAIT. It's not visible with mount(8), since it uses
MNT_NOWAIT, but broke autounmount(8) operation.

PR: 195161
Sponsored by: The FreeBSD Foundation
sys/fs/smbfs/smbfs_vfsops.c