mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] struct path: rename Reiserfs's struct path
Rename Reiserfs's struct path to struct treepath to prevent name collision between it and struct path from fs/namei.c. Signed-off-by: Josef "Jeff" Sipek <jsipek@cs.sunysb.edu> Cc: <reiserfs-dev@namesys.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0cc72dc7f0
commit
fec6d055da
7 changed files with 58 additions and 58 deletions
|
@ -708,7 +708,7 @@ static void oid_groups(reiserfs_blocknr_hint_t * hint)
|
|||
*/
|
||||
static int get_left_neighbor(reiserfs_blocknr_hint_t * hint)
|
||||
{
|
||||
struct path *path;
|
||||
struct treepath *path;
|
||||
struct buffer_head *bh;
|
||||
struct item_head *ih;
|
||||
int pos_in_item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue