~ubuntu-branches/ubuntu/precise/openafs/precise-proposed

« back to all changes in this revision

Viewing changes to src/vol/vnode.h

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2012-03-28 17:25:05 UTC
  • mfrom: (28.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20120328172505-y9iycrlfhtfsn7mv
Tags: 1.6.1-1
* New upstream release.
  - Do not ignore all InlineBulkStatus errors in file server.
  - Support for Linux 3.3 and 3.4.
  - Fix incorrect kernel error handling in afs_notify_change.
  - Fix locking around RXS_PreparePacket.

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
extern Vnode *VAllocVnode(Error * ec, struct Volume *vp, VnodeType type);
275
275
extern Vnode *VAllocVnode_r(Error * ec, struct Volume *vp, VnodeType type);
276
276
/*extern VFreeVnode();*/
277
 
extern Vnode *VGetFreeVnode_r(struct VnodeClassInfo *vcp);
 
277
extern Vnode *VGetFreeVnode_r(struct VnodeClassInfo *vcp, struct Volume *vp,
 
278
                              VnodeId vnodeNumber);
278
279
extern Vnode *VLookupVnode(struct Volume * vp, VnodeId vnodeId);
279
280
 
280
281
extern void AddToVVnList(struct Volume * vp, Vnode * vnp);