https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a677c0a4d3b0cd7dc5cd25fa891907f42904fb30 authored by Jason Self on 02 July 2009, 23:33:47 UTC
Linux-libre 2.6.27.26-gnu1
Tip revision: a677c0a
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