~ubuntu-branches/ubuntu/raring/openafs/raring

« back to all changes in this revision

Viewing changes to src/afs/VNOPS/afs_vnop_remove.c

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-03-05 01:01:49 UTC
  • mfrom: (44.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130305010149-3ui1dhq9a2fw9abp
Tags: 1.6.2-1+ubuntu2
Explicitly include -pthread in UAFS_XLIBS to fix build failure

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
     * call FindVCache instead of GetVCache since if the file's really
125
125
     * gone, we won't be able to fetch the status info anyway.  */
126
126
    if (tvc) {
127
 
        afs_MarinerLog("store$Removing", tvc);
 
127
        if (afs_mariner)
 
128
            afs_MarinerLog("store$Removing", tvc);
128
129
#ifdef AFS_BOZONLOCK_ENV
129
130
        afs_BozonLock(&tvc->pvnLock, tvc);
130
131
        /* Since afs_TryToSmush will do a pvn_vptrunc */