https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 92863f27f7c1812b80c8435711c92f7bb0cd95c9 authored by Jason Self on 26 April 2010, 14:43:39 UTC
Linux-libre 2.6.32.12-gnu1
Tip revision: 92863f2
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