https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 1b99cb2c2dbc6f868c9611850168f4ed8eb37e7f authored by Jason Self on 23 March 2012, 20:55:35 UTC
Linux-libre 3.0.26-gnu1
Tip revision: 1b99cb2
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