mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
9 lines
170 B
C
9 lines
170 B
C
|
|
/* 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);
|