~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to include/linux/namei.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
extern struct file *lookup_instantiate_filp(struct nameidata *nd, struct dentry *dentry,
86
86
                int (*open)(struct inode *, struct file *));
87
87
 
 
88
extern struct dentry *lookup_hash(struct nameidata *nd);
88
89
extern struct dentry *lookup_one_len(const char *, struct dentry *, int);
89
90
 
90
91
extern int follow_down_one(struct path *);