https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9f127e25e8c689d023ad7425bcab2205d43a8566 authored by Jason Self on 07 March 2011, 23:18:25 UTC
Linux-libre 2.6.32.32-gnu1
Tip revision: 9f127e2
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