https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 4709945c99e092d2122a9c18ddd441c10cbc42c2 authored by Jason Self on 05 October 2013, 14:01:07 UTC
Linux-libre 3.0.99-gnu1
Tip revision: 4709945
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