https://jxself.org/git/linux-libre.git
Raw File
Tip revision: cfd99970f619950a4c97df62183ca028b4b75c78 authored by Jason Self on 01 March 2012, 00:35:09 UTC
Linux-libre 3.0.23-gnu1
Tip revision: cfd9997
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