Loading fs/btrfs/send.c +2 −0 Original line number Diff line number Diff line Loading @@ -327,6 +327,7 @@ static int fs_path_add_from_extent_buffer(struct fs_path *p, return ret; } #if 0 static void fs_path_remove(struct fs_path *p) { BUG_ON(p->reversed); Loading @@ -334,6 +335,7 @@ static void fs_path_remove(struct fs_path *p) p->end--; *p->end = 0; } #endif static int fs_path_copy(struct fs_path *p, struct fs_path *from) { Loading Loading
fs/btrfs/send.c +2 −0 Original line number Diff line number Diff line Loading @@ -327,6 +327,7 @@ static int fs_path_add_from_extent_buffer(struct fs_path *p, return ret; } #if 0 static void fs_path_remove(struct fs_path *p) { BUG_ON(p->reversed); Loading @@ -334,6 +335,7 @@ static void fs_path_remove(struct fs_path *p) p->end--; *p->end = 0; } #endif static int fs_path_copy(struct fs_path *p, struct fs_path *from) { Loading