search for: edabff5

Displaying 2 results from an estimated 2 matches for "edabff5".

2012 Nov 15
0
[PATCH] btrfs-progs: fix 32bit int/pointer cast warnings
...gical_resolve’: cmds-inspect.c:171:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Signed-off-by: Zach Brown <zab@redhat.com> --- cmds-inspect.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmds-inspect.c b/cmds-inspect.c index edabff5..25b83d2 100644 --- a/cmds-inspect.c +++ b/cmds-inspect.c @@ -17,6 +17,7 @@ #include <stdio.h> #include <stdlib.h> #include <unistd.h> +#include <stdint.h> #include <sys/ioctl.h> #include <errno.h> @@ -44,7 +45,7 @@ static int __ino_to_path_fd(u64 inum, in...
2012 Nov 01
41
[Request for review] [RFC] Add label support for snapshots and subvols
From: Anand Jain <anand.jain@oracle.com> (This patch is for the review/test not yet for the integration). Here is an implementation of the feature to add label to the subvolume and snapshots. Which would help sysadmin to better manager the subvol and snapshots. This can be done in two ways, one - using attr which is user land only changes but drawback is able to change the label