21 Mar, 2016

1 commit

  • The existing logging macros are fairly large and converting the
    macros to functions make the object code smaller.

    Use %pV and __builtin_return_address(0) as appropriate.

    $ size fs/ubifs/built-in.o*
    text data bss dec hex filename
    575831 309688 161312 1046831 ff92f fs/ubifs/built-in.o.allyesconfig.new
    622457 312872 161120 1096449 10bb01 fs/ubifs/built-in.o.allyesconfig.old
    223785 640 644 225069 36f2d fs/ubifs/built-in.o.defconfig.new
    251873 640 644 253157 3dce5 fs/ubifs/built-in.o.defconfig.old

    Signed-off-by: Joe Perches
    Signed-off-by: Richard Weinberger

    Joe Perches
     

17 May, 2012

1 commit


03 May, 2012

1 commit

  • Remove CONFIG_UBIFS_FS_XATTR configuration option and associated
    UBIFS_FS_XATTR ifdefs.

    Testing:
    Tested using integck while using nandsim on x86 & MX28 based
    platform with Micron MT29F2G08ABAEAH4 nand.

    Signed-off-by: Subodh Nijsure
    Signed-off-by: Artem Bityutskiy

    Subodh Nijsure
     

15 Jul, 2008

1 commit