https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 176e8d07ae9de461e4b6ba9305a89b915c259ae0 authored by Jason Self on 16 August 2009, 21:30:23 UTC
Linux-libre 2.6.27.30-gnu1
Tip revision: 176e8d0
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