mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 14:10:49 +07: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);
|