]> granicus.if.org Git - zfs/commit
Add zp->z_is_zvol flag
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 8 Feb 2011 19:29:50 +0000 (11:29 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:27:21 +0000 (09:27 -0800)
commit3c4988c83e4f278cd6c8076f6cdb8e4858d05840
tree90340c0bc67bd8634affdf9d7d29c59837e640e6
parent3558fd73b5d863304102f6745c26e0b592aca60a
Add zp->z_is_zvol flag

A new flag is required for the zfs_rlock code to determine if
it is operation of the zvol of zpl dataset.  This used to be
keyed off the zp->z_vnode, which was a hack to begin with, but
with the removal of vnodes we needed a dedicated flag.
include/sys/zfs_znode.h
module/zfs/zfs_rlock.c
module/zfs/zvol.c