https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 22f327db10c7bdd5569ef7f86420f10c801fafb1 authored by Jason Self on 02 August 2010, 17:30:58 UTC
Linux-libre 2.6.34.2-gnu1
Tip revision: 22f327d
namei.h
/*  linux/fs/ext3/namei.h
 *
 * Copyright (C) 2005 Simtec Electronics
 *	Ben Dooks <ben@simtec.co.uk>
 *
*/

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