Loading fs/xfs/xfs_ioctl.c +1 −1 Original line number Diff line number Diff line Loading @@ -1640,7 +1640,7 @@ xfs_ioc_getfsmap( struct xfs_inode *ip, void __user *arg) { struct getfsmap_info info = {0}; struct getfsmap_info info = { NULL }; struct xfs_fsmap_head xhead = {0}; struct fsmap_head head; bool aborted = false; Loading Loading
fs/xfs/xfs_ioctl.c +1 −1 Original line number Diff line number Diff line Loading @@ -1640,7 +1640,7 @@ xfs_ioc_getfsmap( struct xfs_inode *ip, void __user *arg) { struct getfsmap_info info = {0}; struct getfsmap_info info = { NULL }; struct xfs_fsmap_head xhead = {0}; struct fsmap_head head; bool aborted = false; Loading