search for: 7271a76

Displaying 1 result from an estimated 1 matches for "7271a76".

Did you mean: 72717
2014 May 21
0
[syslinux:master] btrfs: fix typo in definition of BTRFS_ADV_OFFSET
...FSET > > Correct the macros used in BTRFS_ADV_OFFSET. > > Signed-off-by: H. Peter Anvin <hpa at linux.intel.com> > > --- > extlinux/main.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/extlinux/main.c b/extlinux/main.c > index 7271a76..8468729 100644 > --- a/extlinux/main.c > +++ b/extlinux/main.c > @@ -86,7 +86,8 @@ > #define BTRFS_SUBVOL_MAX 256 /* By btrfs specification */ > static char subvol[BTRFS_SUBVOL_MAX]; > > -#define BTRFS_ADV_OFFSET (BOOT_AREA_A_OFFSET + BOOT_AREA_A_SIZE - 2*ADV_SIZE) > +#...