aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_filsys.h
diff options
context:
space:
mode:
authorDave Kleikamp <shaggy@austin.ibm.com>2006-10-02 10:55:27 -0400
committerDave Kleikamp <shaggy@austin.ibm.com>2006-10-02 10:55:27 -0400
commit63f83c9fcf40ab61b75edf5d2f2c1ae6bf876482 (patch)
tree405671dca4a5a2b109112306734223d9dd0dcfbb /fs/jfs/jfs_filsys.h
parent087387f90f577f5a0ab68d33ef326c9bb6d80dda (diff)
JFS: White space cleanup
Removed trailing spaces & tabs, and spaces preceding tabs. Also a couple very minor comment cleanups. Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com> (cherry picked from f74156539964d7b3d5164fdf8848e6a682f75b97 commit)
Diffstat (limited to 'fs/jfs/jfs_filsys.h')
-rw-r--r--fs/jfs/jfs_filsys.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/fs/jfs/jfs_filsys.h b/fs/jfs/jfs_filsys.h
index 72a5588faeca..9901928668cf 100644
--- a/fs/jfs/jfs_filsys.h
+++ b/fs/jfs/jfs_filsys.h
@@ -3,16 +3,16 @@
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or 6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 * (at your option) any later version.
8 * 8 *
9 * This program is distributed in the hope that it will be useful, 9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
12 * the GNU General Public License for more details. 12 * the GNU General Public License for more details.
13 * 13 *
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 */ 17 */
18#ifndef _H_JFS_FILSYS 18#ifndef _H_JFS_FILSYS
@@ -21,9 +21,9 @@
21/* 21/*
22 * jfs_filsys.h 22 * jfs_filsys.h
23 * 23 *
24 * file system (implementation-dependent) constants 24 * file system (implementation-dependent) constants
25 * 25 *
26 * refer to <limits.h> for system wide implementation-dependent constants 26 * refer to <limits.h> for system wide implementation-dependent constants
27 */ 27 */
28 28
29/* 29/*
@@ -49,7 +49,7 @@
49 49
50#define JFS_DFS 0x20000000 /* DCE DFS LFS support */ 50#define JFS_DFS 0x20000000 /* DCE DFS LFS support */
51 51
52#define JFS_LINUX 0x10000000 /* Linux support */ 52#define JFS_LINUX 0x10000000 /* Linux support */
53/* case-sensitive name/directory support */ 53/* case-sensitive name/directory support */
54 54
55/* directory option */ 55/* directory option */
@@ -59,7 +59,7 @@
59#define JFS_COMMIT 0x00000f00 /* commit option mask */ 59#define JFS_COMMIT 0x00000f00 /* commit option mask */
60#define JFS_GROUPCOMMIT 0x00000100 /* group (of 1) commit */ 60#define JFS_GROUPCOMMIT 0x00000100 /* group (of 1) commit */
61#define JFS_LAZYCOMMIT 0x00000200 /* lazy commit */ 61#define JFS_LAZYCOMMIT 0x00000200 /* lazy commit */
62#define JFS_TMPFS 0x00000400 /* temporary file system - 62#define JFS_TMPFS 0x00000400 /* temporary file system -
63 * do not log/commit: 63 * do not log/commit:
64 */ 64 */
65 65
@@ -196,7 +196,7 @@
196 * followed by 1st extent of map 196 * followed by 1st extent of map
197 */ 197 */
198#define AITBL_OFF (AIMAP_OFF + (SIZE_OF_MAP_PAGE << 1)) 198#define AITBL_OFF (AIMAP_OFF + (SIZE_OF_MAP_PAGE << 1))
199 /* 199 /*
200 * 1st extent of aggregate inode table 200 * 1st extent of aggregate inode table
201 */ 201 */
202#define SUPER2_OFF (AITBL_OFF + INODE_EXTENT_SIZE) 202#define SUPER2_OFF (AITBL_OFF + INODE_EXTENT_SIZE)
@@ -270,13 +270,13 @@
270 */ 270 */
271#define FM_CLEAN 0x00000000 /* file system is unmounted and clean */ 271#define FM_CLEAN 0x00000000 /* file system is unmounted and clean */
272#define FM_MOUNT 0x00000001 /* file system is mounted cleanly */ 272#define FM_MOUNT 0x00000001 /* file system is mounted cleanly */
273#define FM_DIRTY 0x00000002 /* file system was not unmounted and clean 273#define FM_DIRTY 0x00000002 /* file system was not unmounted and clean
274 * when mounted or 274 * when mounted or
275 * commit failure occurred while being mounted: 275 * commit failure occurred while being mounted:
276 * fsck() must be run to repair 276 * fsck() must be run to repair
277 */ 277 */
278#define FM_LOGREDO 0x00000004 /* log based recovery (logredo()) failed: 278#define FM_LOGREDO 0x00000004 /* log based recovery (logredo()) failed:
279 * fsck() must be run to repair 279 * fsck() must be run to repair
280 */ 280 */
281#define FM_EXTENDFS 0x00000008 /* file system extendfs() in progress */ 281#define FM_EXTENDFS 0x00000008 /* file system extendfs() in progress */
282 282