~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to fs/namei.c

  • 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:
1753
1753
 * needs parent already locked. Doesn't follow mounts.
1754
1754
 * SMP-safe.
1755
1755
 */
1756
 
static struct dentry *lookup_hash(struct nameidata *nd)
 
1756
struct dentry *lookup_hash(struct nameidata *nd)
1757
1757
{
1758
1758
        return __lookup_hash(&nd->last, nd->path.dentry, nd);
1759
1759
}
 
1760
EXPORT_SYMBOL(lookup_hash);
1760
1761
 
1761
1762
/**
1762
1763
 * lookup_one_len - filesystem helper to lookup single pathname component