]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r248282, in a modified fashion. From the original changelog:
authorscottl <scottl@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 30 May 2013 16:51:48 +0000 (16:51 +0000)
committerscottl <scottl@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 30 May 2013 16:51:48 +0000 (16:51 +0000)
commit40b1fa3f7f5b57989a2b20a65dc62eeba8a37391
treea52b3f8c4d5c02432e1316c4c286832450930d4d
parentffb7d0ff65476c8a12a418a6b002552b8c250f50
MFC r248282, in a modified fashion.  From the original changelog:

Add currently unused flag argument to the cluster_read(),
cluster_write() and cluster_wbuild() functions.  The flags to be
allowed are a subset of the GB_* flags for getblk().

This merge adds a cluster_*_gb() API variant instead of changing the ABI
with an added argument to the existing API.  Most API consumers that were
changed in the original rev have been left un-changed in this merge to
reduce churn.  The mergeinfo is recorded though for future merging
convenience.  This is effectively a no-op for the moment.

Submitted by: kib, FF
Obtained from: Netflix

git-svn-id: svn://svn.freebsd.org/base/stable/9@251144 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/udf/udf_vnops.c
sys/kern/vfs_bio.c
sys/kern/vfs_cluster.c
sys/sys/buf.h
sys/ufs/ffs/ffs_vnops.c