https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fb294438091f0c7150e47cd30503b1e166d614c3 authored by Jason Self on 12 March 2012, 17:58:25 UTC
Linux-libre 3.0.24-gnu1
Tip revision: fb29443
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