Author: will
Date: Tue Jan 20 22:31:26 2015
New Revision: 277450
URL: https://svnweb.freebsd.org/changeset/base/277450
Log:
Use the "zfs_gfs" tag for GFS vnodes to make them easier to identify.
MFC after: 1 week
Sponsored by: Spectra Logic
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c
Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c Tue Jan 20
22:29:27 2015 (r277449)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c Tue Jan 20
22:31:26 2015 (r277450)
@@ -489,7 +489,7 @@ gfs_file_create(size_t size, vnode_t *pv
* Allocate vnode and internal data structure
*/
fp = kmem_zalloc(size, KM_SLEEP);
- error = getnewvnode("zfs", vfsp, ops, &vp);
+ error = getnewvnode("zfs_gfs", vfsp, ops, &vp);
ASSERT(error == 0);
vn_lock(vp, LK_EXCLUSIVE | LK_RETRY);
vp->v_data = (caddr_t)fp;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"