search for: ino_resolv

Displaying 3 results from an estimated 3 matches for "ino_resolv".

Did you mean: ino_resolve
2010 Dec 11
1
[RFC] Improve btrfs subvolume find-new command
...be another item in the tree called "btrfs_snapshot_info_item" or handled in userspace. - what I wrote in the last sentence would lead to remove the "-s" switch... TODO: - improve the cache of the filename and the dir (now only the last entry is cached) - improve the function ino_resolve to return all the path associated to an inode (a file with multiple hardlinks has more paths) - improve the man page The patch is based on the great work of "Sean Reifschneider" who developed the "last-gen" command, winch unfortunately is not yet in the repo . Comments ar...
2010 Mar 25
0
[PATCH 1/3] btrfs-progs: Fix a compile fail by strndup in RHEL5 env
From: Zhao Lei <zhaolei@cn.fujitsu.com> When we compile btrfs-progs in RHEL5(with default gcc 4.1.2 and glibc-2.5-18), we can get following error: cc1: warnings being treated as errors btrfs-list.c: In function ''ino_resolve'': btrfs-list.c:511: warning: implicit declaration of function ''strndup'' btrfs-list.c:511: warning: incompatible implicit declaration of built-in function ''strndup'' make: *** [btrfs-list.o] Error 1 ... cc1: warnings being treated as errors btrfs.c: In fu...
2010 Jun 28
1
[PATCH] Btrgs-progs: Define _GNU_SOURCE for strndup
This fixes: btrfs-list.c: Dans la fonction «ino_resolve» : btrfs-list.c:511: attention : déclaration implicite de la fonction « «strndup» » btrfs-list.c:511: attention : incompatible implicit declaration of built-in function «strndup» make: *** [btrfs-list.o] Erreur 1 and: btrfs.c: Dans la fonction «split_command» : btrfs.c:168: attention : déclarati...