~ubuntu-branches/ubuntu/karmic/aufs/karmic

« back to all changes in this revision

Viewing changes to fs/aufs25/dentry.c

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2008-05-15 14:36:42 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080515143642-socrun1a13fn8q24
Tags: 0+20080514-2
* Change aufs-source structure, fixing issues with module path:
  - [fs/aufs25/] Make it top level
  - [fs/aufs/] Move into old/

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
/*
20
20
 * lookup and dentry operations
21
21
 *
22
 
 * $Id: dentry.c,v 1.4 2008/05/04 23:51:55 sfjro Exp $
 
22
 * $Id: dentry.c,v 1.5 2008/05/12 00:29:11 sfjro Exp $
23
23
 */
24
24
 
25
25
//#include <linux/fs.h>
112
112
        LKTRTrace("%.*s/%.*s, b%d, {flags 0x%x, type 0%o, nd %d}\n",
113
113
                  AuDLNPair(h_parent), AuDLNPair(dentry), bindex,
114
114
                  args->flags, args->type, !!args->nd);
 
115
        if (args->nd)
 
116
                LKTRTrace("nd{0x%x}\n", args->nd->flags);
115
117
        AuDebugOn(IS_ROOT(dentry));
116
118
        h_dir = h_parent->d_inode;
117
119