https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e86668840ca55d4fae7d97455e4c5e54f5526cd2 authored by Jason Self on 17 October 2011, 16:51:10 UTC
Linux-libre 3.0.7-gnu1
Tip revision: e866688
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