mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +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);
|