]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r286353: Pass SYNCHRONIZE CACHE command parameters to backends.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Aug 2015 17:47:47 +0000 (17:47 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 19 Aug 2015 17:47:47 +0000 (17:47 +0000)
commitf0a1ea542a573dd30bc2393573fc22a8a3ce572c
treebd142abfd895b1dd4314697ef9ec464f5766aecc
parentc355268b270171dc132c46aa303382a29d7e768d
MFC r286353: Pass SYNCHRONIZE CACHE command parameters to backends.

At this point IMMED flag is translated to MNT_NOWAIT flag of VOP_FSYNC(),
hoping that file system implements that (ZFS seems doesn't).

git-svn-id: svn://svn.freebsd.org/base/stable/10@286931 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cam/ctl/ctl.c
sys/cam/ctl/ctl_backend_block.c
sys/cam/ctl/ctl_cmd_table.c