swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: b7279469d66b55119784b8b9529c99c1955fe747 authored by Linus Torvalds on 05 July 2008, 22:53:22 UTC
Linux 2.6.26-rc9
Tip revision: b727946
namei.h
/*  linux/fs/ext4/namei.h
 *
 * Copyright (C) 2005 Simtec Electronics
 *	Ben Dooks <ben@simtec.co.uk>
 *
*/

extern struct dentry *ext4_get_parent(struct dentry *child);
back to top