Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 549100 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- ./libxfs/xfs_attr_remote.c.orig
0
++ ./libxfs/xfs_attr_remote.c
Lines 17-22 Link Here
17
 * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
17
 * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
 */
18
 */
19
#include <xfs.h>
19
#include <xfs.h>
20
#include <linux/limits.h>
20
21
21
#define ATTR_RMTVALUE_MAPSIZE	1	/* # of map entries at once */
22
#define ATTR_RMTVALUE_MAPSIZE	1	/* # of map entries at once */
22
23

Return to bug 549100