From: Andrew Deason Date: Wed, 21 Jul 2010 17:01:57 +0000 (-0500) Subject: Remove an outdated inode comment block X-Git-Tag: openafs-devel-1_5_76~78 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e80bc73142188af82611f2174413091191be7818;p=packages%2Fo%2Fopenafs.git Remove an outdated inode comment block This comment is no longer true, and its existence now is just confusing. Change-Id: I3954bd82f11c5f48e3e9491a885087067b3d9d34 Reviewed-on: http://gerrit.openafs.org/2458 Tested-by: Andrew Deason Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/vol/listinodes.c b/src/vol/listinodes.c index 9089bdaaf..7854a5862 100644 --- a/src/vol/listinodes.c +++ b/src/vol/listinodes.c @@ -1422,13 +1422,6 @@ inode_ConvertROtoRWvolume(char *pname, afs_uint32 volumeId) } #ifdef AFS_DEMAND_ATTACH_FS -/* DAFS currently doesn't really work with inode, so don't bother putting the - * locking code here right now. But in case someday someone makes DAFS work - * with the inode backend, make sure they remember to add the volume locking - * code here (make the build fail until that happens). If that is what you're - * trying to do, take a look at VLockVolumeByIdNB, and - * namei_ConvertROtoRWvolume. - */ locktype = VVolLockType(V_VOLUPD, 1); code = VLockVolumeByIdNB(volumeId, partP, locktype); if (code) {