xfs_symlink.c (aeb8f932080d62cdc305a7ccca9d60de34908b30) | xfs_symlink.c (6d3ebaae7c20128bfa6965a8d5cee0d1deea8486) |
---|---|
1/* 2 * Copyright (c) 2000-2006 Silicon Graphics, Inc. 3 * Copyright (c) 2012-2013 Red Hat, Inc. 4 * All rights reserved. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation. --- 28 unchanged lines hidden (view full) --- 37#include "xfs_bmap_util.h" 38#include "xfs_error.h" 39#include "xfs_quota.h" 40#include "xfs_trans_space.h" 41#include "xfs_trace.h" 42#include "xfs_symlink.h" 43#include "xfs_trans.h" 44#include "xfs_log.h" | 1/* 2 * Copyright (c) 2000-2006 Silicon Graphics, Inc. 3 * Copyright (c) 2012-2013 Red Hat, Inc. 4 * All rights reserved. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation. --- 28 unchanged lines hidden (view full) --- 37#include "xfs_bmap_util.h" 38#include "xfs_error.h" 39#include "xfs_quota.h" 40#include "xfs_trans_space.h" 41#include "xfs_trace.h" 42#include "xfs_symlink.h" 43#include "xfs_trans.h" 44#include "xfs_log.h" |
45#include "xfs_dinode.h" | |
46 47/* ----- Kernel only functions below ----- */ 48STATIC int 49xfs_readlink_bmap( 50 struct xfs_inode *ip, 51 char *link) 52{ 53 struct xfs_mount *mp = ip->i_mount; --- 548 unchanged lines hidden --- | 45 46/* ----- Kernel only functions below ----- */ 47STATIC int 48xfs_readlink_bmap( 49 struct xfs_inode *ip, 50 char *link) 51{ 52 struct xfs_mount *mp = ip->i_mount; --- 548 unchanged lines hidden --- |