Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
95d01fa4
Commit
95d01fa4
authored
May 03, 2003
by
Russell Cattelan
Committed by
Nathan Scott
May 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XFS] Whitespace cleanup
Merge whitespace cleanup to 2.5 tree SGI Modid: 2.5.x-xfs:slinx:144573a
parent
b94ca00e
Changes
146
Show whitespace changes
Inline
Side-by-side
Showing
146 changed files
with
2662 additions
and
2676 deletions
+2662
-2676
fs/xfs/Makefile
fs/xfs/Makefile
+1
-1
fs/xfs/linux/xfs_aops.c
fs/xfs/linux/xfs_aops.c
+1
-1
fs/xfs/linux/xfs_behavior.c
fs/xfs/linux/xfs_behavior.c
+2
-2
fs/xfs/linux/xfs_behavior.h
fs/xfs/linux/xfs_behavior.h
+6
-6
fs/xfs/linux/xfs_cred.h
fs/xfs/linux/xfs_cred.h
+2
-2
fs/xfs/linux/xfs_file.c
fs/xfs/linux/xfs_file.c
+2
-2
fs/xfs/linux/xfs_fs_subr.c
fs/xfs/linux/xfs_fs_subr.c
+1
-2
fs/xfs/linux/xfs_fs_subr.h
fs/xfs/linux/xfs_fs_subr.h
+2
-2
fs/xfs/linux/xfs_globals.c
fs/xfs/linux/xfs_globals.c
+1
-1
fs/xfs/linux/xfs_globals.h
fs/xfs/linux/xfs_globals.h
+2
-2
fs/xfs/linux/xfs_ioctl.c
fs/xfs/linux/xfs_ioctl.c
+7
-7
fs/xfs/linux/xfs_iomap.c
fs/xfs/linux/xfs_iomap.c
+2
-2
fs/xfs/linux/xfs_iops.c
fs/xfs/linux/xfs_iops.c
+2
-2
fs/xfs/linux/xfs_iops.h
fs/xfs/linux/xfs_iops.h
+1
-1
fs/xfs/linux/xfs_linux.h
fs/xfs/linux/xfs_linux.h
+23
-23
fs/xfs/linux/xfs_lrw.c
fs/xfs/linux/xfs_lrw.c
+9
-10
fs/xfs/linux/xfs_lrw.h
fs/xfs/linux/xfs_lrw.h
+2
-2
fs/xfs/linux/xfs_stats.c
fs/xfs/linux/xfs_stats.c
+1
-1
fs/xfs/linux/xfs_stats.h
fs/xfs/linux/xfs_stats.h
+1
-1
fs/xfs/linux/xfs_super.c
fs/xfs/linux/xfs_super.c
+3
-3
fs/xfs/linux/xfs_super.h
fs/xfs/linux/xfs_super.h
+1
-1
fs/xfs/linux/xfs_sysctl.c
fs/xfs/linux/xfs_sysctl.c
+2
-2
fs/xfs/linux/xfs_sysctl.h
fs/xfs/linux/xfs_sysctl.h
+1
-1
fs/xfs/linux/xfs_vfs.c
fs/xfs/linux/xfs_vfs.c
+1
-1
fs/xfs/linux/xfs_vfs.h
fs/xfs/linux/xfs_vfs.h
+1
-1
fs/xfs/linux/xfs_vnode.c
fs/xfs/linux/xfs_vnode.c
+3
-3
fs/xfs/linux/xfs_vnode.h
fs/xfs/linux/xfs_vnode.h
+44
-44
fs/xfs/pagebuf/page_buf.c
fs/xfs/pagebuf/page_buf.c
+21
-21
fs/xfs/pagebuf/page_buf.h
fs/xfs/pagebuf/page_buf.h
+23
-23
fs/xfs/pagebuf/page_buf_internal.h
fs/xfs/pagebuf/page_buf_internal.h
+7
-7
fs/xfs/pagebuf/page_buf_locking.c
fs/xfs/pagebuf/page_buf_locking.c
+2
-2
fs/xfs/pagebuf/page_buf_trace.h
fs/xfs/pagebuf/page_buf_trace.h
+4
-4
fs/xfs/quota/xfs_qm_syscalls.c
fs/xfs/quota/xfs_qm_syscalls.c
+10
-10
fs/xfs/support/debug.c
fs/xfs/support/debug.c
+2
-2
fs/xfs/support/debug.h
fs/xfs/support/debug.h
+12
-12
fs/xfs/support/kmem.c
fs/xfs/support/kmem.c
+2
-2
fs/xfs/support/kmem.h
fs/xfs/support/kmem.h
+3
-3
fs/xfs/support/ktrace.c
fs/xfs/support/ktrace.c
+43
-43
fs/xfs/support/ktrace.h
fs/xfs/support/ktrace.h
+7
-7
fs/xfs/support/move.c
fs/xfs/support/move.c
+2
-2
fs/xfs/support/move.h
fs/xfs/support/move.h
+10
-10
fs/xfs/support/mrlock.c
fs/xfs/support/mrlock.c
+2
-2
fs/xfs/support/mrlock.h
fs/xfs/support/mrlock.h
+9
-9
fs/xfs/support/mutex.h
fs/xfs/support/mutex.h
+1
-1
fs/xfs/support/qsort.c
fs/xfs/support/qsort.c
+5
-5
fs/xfs/support/qsort.h
fs/xfs/support/qsort.h
+1
-1
fs/xfs/support/sema.h
fs/xfs/support/sema.h
+1
-1
fs/xfs/support/spin.h
fs/xfs/support/spin.h
+2
-2
fs/xfs/support/sv.h
fs/xfs/support/sv.h
+3
-3
fs/xfs/support/time.h
fs/xfs/support/time.h
+1
-1
fs/xfs/support/uuid.h
fs/xfs/support/uuid.h
+1
-1
fs/xfs/xfs.h
fs/xfs/xfs.h
+1
-1
fs/xfs/xfs_acl.c
fs/xfs/xfs_acl.c
+28
-28
fs/xfs/xfs_acl.h
fs/xfs/xfs_acl.h
+6
-6
fs/xfs/xfs_ag.h
fs/xfs/xfs_ag.h
+76
-76
fs/xfs/xfs_alloc.c
fs/xfs/xfs_alloc.c
+51
-51
fs/xfs/xfs_alloc.h
fs/xfs/xfs_alloc.h
+17
-17
fs/xfs/xfs_alloc_btree.c
fs/xfs/xfs_alloc_btree.c
+54
-54
fs/xfs/xfs_alloc_btree.h
fs/xfs/xfs_alloc_btree.h
+31
-31
fs/xfs/xfs_arch.h
fs/xfs/xfs_arch.h
+1
-1
fs/xfs/xfs_attr.c
fs/xfs/xfs_attr.c
+16
-16
fs/xfs/xfs_attr.h
fs/xfs/xfs_attr.h
+7
-7
fs/xfs/xfs_attr_fetch.c
fs/xfs/xfs_attr_fetch.c
+1
-1
fs/xfs/xfs_attr_leaf.c
fs/xfs/xfs_attr_leaf.c
+9
-9
fs/xfs/xfs_attr_leaf.h
fs/xfs/xfs_attr_leaf.h
+13
-13
fs/xfs/xfs_attr_sf.h
fs/xfs/xfs_attr_sf.h
+12
-12
fs/xfs/xfs_bit.c
fs/xfs/xfs_bit.c
+3
-3
fs/xfs/xfs_bit.h
fs/xfs/xfs_bit.h
+10
-10
fs/xfs/xfs_bmap.c
fs/xfs/xfs_bmap.c
+140
-141
fs/xfs/xfs_bmap.h
fs/xfs/xfs_bmap.h
+32
-32
fs/xfs/xfs_bmap_btree.c
fs/xfs/xfs_bmap_btree.c
+33
-33
fs/xfs/xfs_btree.c
fs/xfs/xfs_btree.c
+30
-30
fs/xfs/xfs_btree.h
fs/xfs/xfs_btree.h
+79
-79
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_buf_item.c
+16
-18
fs/xfs/xfs_buf_item.h
fs/xfs/xfs_buf_item.h
+22
-22
fs/xfs/xfs_cap.c
fs/xfs/xfs_cap.c
+3
-3
fs/xfs/xfs_cap.h
fs/xfs/xfs_cap.h
+5
-5
fs/xfs/xfs_clnt.h
fs/xfs/xfs_clnt.h
+5
-5
fs/xfs/xfs_da_btree.c
fs/xfs/xfs_da_btree.c
+9
-9
fs/xfs/xfs_da_btree.h
fs/xfs/xfs_da_btree.h
+21
-21
fs/xfs/xfs_dfrag.c
fs/xfs/xfs_dfrag.c
+14
-14
fs/xfs/xfs_dfrag.h
fs/xfs/xfs_dfrag.h
+2
-2
fs/xfs/xfs_dinode.h
fs/xfs/xfs_dinode.h
+154
-154
fs/xfs/xfs_dir.c
fs/xfs/xfs_dir.c
+2
-2
fs/xfs/xfs_dir.h
fs/xfs/xfs_dir.h
+16
-16
fs/xfs/xfs_dir2.c
fs/xfs/xfs_dir2.c
+5
-5
fs/xfs/xfs_dir2.h
fs/xfs/xfs_dir2.h
+7
-7
fs/xfs/xfs_dir2_block.c
fs/xfs/xfs_dir2_block.c
+1
-1
fs/xfs/xfs_dir2_block.h
fs/xfs/xfs_dir2_block.h
+7
-7
fs/xfs/xfs_dir2_data.c
fs/xfs/xfs_dir2_data.c
+2
-2
fs/xfs/xfs_dir2_data.h
fs/xfs/xfs_dir2_data.h
+20
-20
fs/xfs/xfs_dir2_leaf.c
fs/xfs/xfs_dir2_leaf.c
+4
-4
fs/xfs/xfs_dir2_leaf.h
fs/xfs/xfs_dir2_leaf.h
+37
-37
fs/xfs/xfs_dir2_node.c
fs/xfs/xfs_dir2_node.c
+12
-12
fs/xfs/xfs_dir2_node.h
fs/xfs/xfs_dir2_node.h
+12
-12
fs/xfs/xfs_dir2_sf.c
fs/xfs/xfs_dir2_sf.c
+4
-4
fs/xfs/xfs_dir2_sf.h
fs/xfs/xfs_dir2_sf.h
+23
-23
fs/xfs/xfs_dir2_trace.c
fs/xfs/xfs_dir2_trace.c
+1
-1
fs/xfs/xfs_dir2_trace.h
fs/xfs/xfs_dir2_trace.h
+19
-19
fs/xfs/xfs_dir_leaf.c
fs/xfs/xfs_dir_leaf.c
+6
-6
fs/xfs/xfs_dir_leaf.h
fs/xfs/xfs_dir_leaf.h
+9
-9
fs/xfs/xfs_dir_sf.h
fs/xfs/xfs_dir_sf.h
+25
-25
fs/xfs/xfs_dmapi.h
fs/xfs/xfs_dmapi.h
+12
-12
fs/xfs/xfs_error.c
fs/xfs/xfs_error.c
+3
-3
fs/xfs/xfs_error.h
fs/xfs/xfs_error.h
+18
-18
fs/xfs/xfs_extfree_item.c
fs/xfs/xfs_extfree_item.c
+9
-9
fs/xfs/xfs_extfree_item.h
fs/xfs/xfs_extfree_item.h
+12
-12
fs/xfs/xfs_fsops.c
fs/xfs/xfs_fsops.c
+6
-6
fs/xfs/xfs_fsops.h
fs/xfs/xfs_fsops.h
+2
-2
fs/xfs/xfs_ialloc.c
fs/xfs/xfs_ialloc.c
+21
-21
fs/xfs/xfs_ialloc.h
fs/xfs/xfs_ialloc.h
+16
-16
fs/xfs/xfs_ialloc_btree.c
fs/xfs/xfs_ialloc_btree.c
+42
-42
fs/xfs/xfs_ialloc_btree.h
fs/xfs/xfs_ialloc_btree.h
+46
-46
fs/xfs/xfs_iget.c
fs/xfs/xfs_iget.c
+27
-27
fs/xfs/xfs_imap.h
fs/xfs/xfs_imap.h
+2
-2
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.c
+82
-82
fs/xfs/xfs_inode.h
fs/xfs/xfs_inode.h
+66
-66
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_inode_item.c
+11
-11
fs/xfs/xfs_inode_item.h
fs/xfs/xfs_inode_item.h
+32
-32
fs/xfs/xfs_inum.h
fs/xfs/xfs_inum.h
+41
-41
fs/xfs/xfs_iocore.c
fs/xfs/xfs_iocore.c
+1
-1
fs/xfs/xfs_itable.c
fs/xfs/xfs_itable.c
+15
-15
fs/xfs/xfs_itable.h
fs/xfs/xfs_itable.h
+10
-10
fs/xfs/xfs_log.c
fs/xfs/xfs_log.c
+59
-60
fs/xfs/xfs_log.h
fs/xfs/xfs_log.h
+10
-10
fs/xfs/xfs_log_priv.h
fs/xfs/xfs_log_priv.h
+46
-46
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_log_recover.c
+91
-91
fs/xfs/xfs_log_recover.h
fs/xfs/xfs_log_recover.h
+8
-8
fs/xfs/xfs_mac.c
fs/xfs/xfs_mac.c
+1
-1
fs/xfs/xfs_mac.h
fs/xfs/xfs_mac.h
+22
-22
fs/xfs/xfs_macros.c
fs/xfs/xfs_macros.c
+2
-2
fs/xfs/xfs_macros.h
fs/xfs/xfs_macros.h
+46
-46
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.c
+55
-55
fs/xfs/xfs_mount.h
fs/xfs/xfs_mount.h
+40
-40
fs/xfs/xfs_quota.h
fs/xfs/xfs_quota.h
+12
-12
fs/xfs/xfs_rename.c
fs/xfs/xfs_rename.c
+7
-7
fs/xfs/xfs_rtalloc.c
fs/xfs/xfs_rtalloc.c
+11
-11
fs/xfs/xfs_rtalloc.h
fs/xfs/xfs_rtalloc.h
+37
-37
fs/xfs/xfs_rw.c
fs/xfs/xfs_rw.c
+3
-3
fs/xfs/xfs_rw.h
fs/xfs/xfs_rw.h
+36
-36
fs/xfs/xfs_sb.h
fs/xfs/xfs_sb.h
+72
-72
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans.c
+14
-14
fs/xfs/xfs_trans.h
fs/xfs/xfs_trans.h
+178
-178
fs/xfs/xfs_trans_ail.c
fs/xfs/xfs_trans_ail.c
+15
-18
fs/xfs/xfs_trans_buf.c
fs/xfs/xfs_trans_buf.c
+10
-10
fs/xfs/xfs_trans_extfree.c
fs/xfs/xfs_trans_extfree.c
+2
-7
No files found.
fs/xfs/Makefile
View file @
95d01fa4
fs/xfs/linux/xfs_aops.c
View file @
95d01fa4
fs/xfs/linux/xfs_behavior.c
View file @
95d01fa4
fs/xfs/linux/xfs_behavior.h
View file @
95d01fa4
fs/xfs/linux/xfs_cred.h
View file @
95d01fa4
fs/xfs/linux/xfs_file.c
View file @
95d01fa4
fs/xfs/linux/xfs_fs_subr.c
View file @
95d01fa4
...
...
@@ -122,4 +122,3 @@ fs_flush_pages(
return
0
;
}
fs/xfs/linux/xfs_fs_subr.h
View file @
95d01fa4
fs/xfs/linux/xfs_globals.c
View file @
95d01fa4
fs/xfs/linux/xfs_globals.h
View file @
95d01fa4
fs/xfs/linux/xfs_ioctl.c
View file @
95d01fa4
fs/xfs/linux/xfs_iomap.c
View file @
95d01fa4
fs/xfs/linux/xfs_iops.c
View file @
95d01fa4
fs/xfs/linux/xfs_iops.h
View file @
95d01fa4
fs/xfs/linux/xfs_linux.h
View file @
95d01fa4
fs/xfs/linux/xfs_lrw.c
View file @
95d01fa4
...
...
@@ -903,4 +903,3 @@ xfs_dev_is_read_only(xfs_mount_t *mp, char *message)
return
0
;
}
fs/xfs/linux/xfs_lrw.h
View file @
95d01fa4
fs/xfs/linux/xfs_stats.c
View file @
95d01fa4
fs/xfs/linux/xfs_stats.h
View file @
95d01fa4
fs/xfs/linux/xfs_super.c
View file @
95d01fa4
fs/xfs/linux/xfs_super.h
View file @
95d01fa4
fs/xfs/linux/xfs_sysctl.c
View file @
95d01fa4
fs/xfs/linux/xfs_sysctl.h
View file @
95d01fa4
fs/xfs/linux/xfs_vfs.c
View file @
95d01fa4
fs/xfs/linux/xfs_vfs.h
View file @
95d01fa4
fs/xfs/linux/xfs_vnode.c
View file @
95d01fa4
fs/xfs/linux/xfs_vnode.h
View file @
95d01fa4
fs/xfs/pagebuf/page_buf.c
View file @
95d01fa4
fs/xfs/pagebuf/page_buf.h
View file @
95d01fa4
fs/xfs/pagebuf/page_buf_internal.h
View file @
95d01fa4
fs/xfs/pagebuf/page_buf_locking.c
View file @
95d01fa4
fs/xfs/pagebuf/page_buf_trace.h
View file @
95d01fa4
fs/xfs/quota/xfs_qm_syscalls.c
View file @
95d01fa4
fs/xfs/support/debug.c
View file @
95d01fa4
fs/xfs/support/debug.h
View file @
95d01fa4
fs/xfs/support/kmem.c
View file @
95d01fa4
fs/xfs/support/kmem.h
View file @
95d01fa4
fs/xfs/support/ktrace.c
View file @
95d01fa4
fs/xfs/support/ktrace.h
View file @
95d01fa4
fs/xfs/support/move.c
View file @
95d01fa4
fs/xfs/support/move.h
View file @
95d01fa4
fs/xfs/support/mrlock.c
View file @
95d01fa4
fs/xfs/support/mrlock.h
View file @
95d01fa4
fs/xfs/support/mutex.h
View file @
95d01fa4
fs/xfs/support/qsort.c
View file @
95d01fa4
fs/xfs/support/qsort.h
View file @
95d01fa4
fs/xfs/support/sema.h
View file @
95d01fa4
fs/xfs/support/spin.h
View file @
95d01fa4
fs/xfs/support/sv.h
View file @
95d01fa4
fs/xfs/support/time.h
View file @
95d01fa4
fs/xfs/support/uuid.h
View file @
95d01fa4
fs/xfs/xfs.h
View file @
95d01fa4
fs/xfs/xfs_acl.c
View file @
95d01fa4
fs/xfs/xfs_acl.h
View file @
95d01fa4
fs/xfs/xfs_ag.h
View file @
95d01fa4
fs/xfs/xfs_alloc.c
View file @
95d01fa4
fs/xfs/xfs_alloc.h
View file @
95d01fa4
fs/xfs/xfs_alloc_btree.c
View file @
95d01fa4
fs/xfs/xfs_alloc_btree.h
View file @
95d01fa4
fs/xfs/xfs_arch.h
View file @
95d01fa4
fs/xfs/xfs_attr.c
View file @
95d01fa4
fs/xfs/xfs_attr.h
View file @
95d01fa4
fs/xfs/xfs_attr_fetch.c
View file @
95d01fa4
fs/xfs/xfs_attr_leaf.c
View file @
95d01fa4
fs/xfs/xfs_attr_leaf.h
View file @
95d01fa4
fs/xfs/xfs_attr_sf.h
View file @
95d01fa4
fs/xfs/xfs_bit.c
View file @
95d01fa4
fs/xfs/xfs_bit.h
View file @
95d01fa4
fs/xfs/xfs_bmap.c
View file @
95d01fa4
...
...
@@ -6208,4 +6208,3 @@ xfs_bmap_count_leaves(
*
count
+=
xfs_bmbt_disk_get_blockcount
(
frp
);
return
0
;
}
fs/xfs/xfs_bmap.h
View file @
95d01fa4
fs/xfs/xfs_bmap_btree.c
View file @
95d01fa4
fs/xfs/xfs_btree.c
View file @
95d01fa4
fs/xfs/xfs_btree.h
View file @
95d01fa4
fs/xfs/xfs_buf_item.c
View file @
95d01fa4
...
...
@@ -1201,5 +1201,3 @@ xfs_buf_item_trace(
(
void
*
)((
unsigned
long
)
bip
->
bli_item
.
li_flags
));
}
#endif
/* XFS_BLI_TRACE */
fs/xfs/xfs_buf_item.h
View file @
95d01fa4
fs/xfs/xfs_cap.c
View file @
95d01fa4
fs/xfs/xfs_cap.h
View file @
95d01fa4
fs/xfs/xfs_clnt.h
View file @
95d01fa4
fs/xfs/xfs_da_btree.c
View file @
95d01fa4
fs/xfs/xfs_da_btree.h
View file @
95d01fa4
fs/xfs/xfs_dfrag.c
View file @
95d01fa4
fs/xfs/xfs_dfrag.h
View file @
95d01fa4
fs/xfs/xfs_dinode.h
View file @
95d01fa4
fs/xfs/xfs_dir.c
View file @
95d01fa4
fs/xfs/xfs_dir.h
View file @
95d01fa4
fs/xfs/xfs_dir2.c
View file @
95d01fa4
fs/xfs/xfs_dir2.h
View file @
95d01fa4
fs/xfs/xfs_dir2_block.c
View file @
95d01fa4
fs/xfs/xfs_dir2_block.h
View file @
95d01fa4
fs/xfs/xfs_dir2_data.c
View file @
95d01fa4
fs/xfs/xfs_dir2_data.h
View file @
95d01fa4
fs/xfs/xfs_dir2_leaf.c
View file @
95d01fa4
fs/xfs/xfs_dir2_leaf.h
View file @
95d01fa4
fs/xfs/xfs_dir2_node.c
View file @
95d01fa4
fs/xfs/xfs_dir2_node.h
View file @
95d01fa4
fs/xfs/xfs_dir2_sf.c
View file @
95d01fa4
fs/xfs/xfs_dir2_sf.h
View file @
95d01fa4
fs/xfs/xfs_dir2_trace.c
View file @
95d01fa4
fs/xfs/xfs_dir2_trace.h
View file @
95d01fa4
fs/xfs/xfs_dir_leaf.c
View file @
95d01fa4
fs/xfs/xfs_dir_leaf.h
View file @
95d01fa4
fs/xfs/xfs_dir_sf.h
View file @
95d01fa4
fs/xfs/xfs_dmapi.h
View file @
95d01fa4
fs/xfs/xfs_error.c
View file @
95d01fa4
fs/xfs/xfs_error.h
View file @
95d01fa4
fs/xfs/xfs_extfree_item.c
View file @
95d01fa4
fs/xfs/xfs_extfree_item.h
View file @
95d01fa4
fs/xfs/xfs_fsops.c
View file @
95d01fa4
fs/xfs/xfs_fsops.h
View file @
95d01fa4
fs/xfs/xfs_ialloc.c
View file @
95d01fa4
fs/xfs/xfs_ialloc.h
View file @
95d01fa4
fs/xfs/xfs_ialloc_btree.c
View file @
95d01fa4
fs/xfs/xfs_ialloc_btree.h
View file @
95d01fa4
fs/xfs/xfs_iget.c
View file @
95d01fa4
fs/xfs/xfs_imap.h
View file @
95d01fa4
fs/xfs/xfs_inode.c
View file @
95d01fa4
fs/xfs/xfs_inode.h
View file @
95d01fa4
fs/xfs/xfs_inode_item.c
View file @
95d01fa4
fs/xfs/xfs_inode_item.h
View file @
95d01fa4
fs/xfs/xfs_inum.h
View file @
95d01fa4
fs/xfs/xfs_iocore.c
View file @
95d01fa4
fs/xfs/xfs_itable.c
View file @
95d01fa4
fs/xfs/xfs_itable.h
View file @
95d01fa4
fs/xfs/xfs_log.c
View file @
95d01fa4
...
...
@@ -3608,4 +3608,3 @@ xlog_iclogs_empty(xlog_t *log)
}
while
(
iclog
!=
log
->
l_iclog
);
return
(
1
);
}
fs/xfs/xfs_log.h
View file @
95d01fa4
fs/xfs/xfs_log_priv.h
View file @
95d01fa4
fs/xfs/xfs_log_recover.c
View file @
95d01fa4
fs/xfs/xfs_log_recover.h
View file @
95d01fa4
fs/xfs/xfs_mac.c
View file @
95d01fa4
fs/xfs/xfs_mac.h
View file @
95d01fa4
fs/xfs/xfs_macros.c
View file @
95d01fa4
fs/xfs/xfs_macros.h
View file @
95d01fa4
fs/xfs/xfs_mount.c
View file @
95d01fa4
fs/xfs/xfs_mount.h
View file @
95d01fa4
fs/xfs/xfs_quota.h
View file @
95d01fa4
fs/xfs/xfs_rename.c
View file @
95d01fa4
fs/xfs/xfs_rtalloc.c
View file @
95d01fa4
fs/xfs/xfs_rtalloc.h
View file @
95d01fa4
fs/xfs/xfs_rw.c
View file @
95d01fa4
fs/xfs/xfs_rw.h
View file @
95d01fa4
fs/xfs/xfs_sb.h
View file @
95d01fa4
fs/xfs/xfs_trans.c
View file @
95d01fa4
fs/xfs/xfs_trans.h
View file @
95d01fa4
fs/xfs/xfs_trans_ail.c
View file @
95d01fa4
...
...
@@ -583,6 +583,3 @@ xfs_ail_check(
ASSERT
(
base
->
ail_back
==
prev_lip
);
}
#endif
/* XFSDEBUG */
fs/xfs/xfs_trans_buf.c
View file @
95d01fa4
fs/xfs/xfs_trans_extfree.c
View file @
95d01fa4
...
...
@@ -143,8 +143,3 @@ xfs_trans_log_efd_extent(xfs_trans_t *tp,
extp
->
ext_len
=
ext_len
;
efdp
->
efd_next_extent
++
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment