Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84782
b: refs/heads/master
c: e542059
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Feb 8, 2008
1 parent cfdb912 commit b4ff487
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bdc807871d58285737d50dc6163d0feb72cb0dc2
refs/heads/master: e542059884bb6d651d7ffc64eacedbab2b64078c
2 changes: 1 addition & 1 deletion trunk/fs/ufs/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/

#include <linux/fs.h>
#include <linux/ufs_fs.h>
#include <linux/stat.h>
#include <linux/time.h>
#include <linux/string.h>
Expand All @@ -19,6 +18,7 @@
#include <linux/bitops.h>
#include <asm/byteorder.h>

#include "ufs_fs.h"
#include "ufs.h"
#include "swab.h"
#include "util.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ufs/cylinder.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
*/

#include <linux/fs.h>
#include <linux/ufs_fs.h>
#include <linux/time.h>
#include <linux/stat.h>
#include <linux/string.h>
#include <linux/bitops.h>

#include <asm/byteorder.h>

#include "ufs_fs.h"
#include "ufs.h"
#include "swab.h"
#include "util.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ufs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

#include <linux/time.h>
#include <linux/fs.h>
#include <linux/ufs_fs.h>
#include <linux/swap.h>

#include "ufs_fs.h"
#include "ufs.h"
#include "swab.h"
#include "util.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ufs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
*/

#include <linux/fs.h>
#include <linux/ufs_fs.h>
#include <linux/buffer_head.h> /* for sync_mapping_buffers() */

#include "ufs_fs.h"
#include "ufs.h"


Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ufs/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
*/

#include <linux/fs.h>
#include <linux/ufs_fs.h>
#include <linux/time.h>
#include <linux/stat.h>
#include <linux/string.h>
Expand All @@ -34,6 +33,7 @@
#include <linux/bitops.h>
#include <asm/byteorder.h>

#include "ufs_fs.h"
#include "ufs.h"
#include "swab.h"
#include "util.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ufs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@

#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/ufs_fs.h>
#include <linux/time.h>
#include <linux/stat.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/smp_lock.h>
#include <linux/buffer_head.h>

#include "ufs_fs.h"
#include "ufs.h"
#include "swab.h"
#include "util.h"
Expand Down
3 changes: 2 additions & 1 deletion trunk/fs/ufs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@

#include <linux/time.h>
#include <linux/fs.h>
#include <linux/ufs_fs.h>
#include <linux/smp_lock.h>

#include "ufs_fs.h"
#include "ufs.h"
#include "util.h"

Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ufs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@

#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/ufs_fs.h>
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/stat.h>
Expand All @@ -91,6 +90,7 @@
#include <linux/mount.h>
#include <linux/seq_file.h>

#include "ufs_fs.h"
#include "ufs.h"
#include "swab.h"
#include "util.h"
Expand Down
3 changes: 2 additions & 1 deletion trunk/fs/ufs/symlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

#include <linux/fs.h>
#include <linux/namei.h>
#include <linux/ufs_fs.h>

#include "ufs_fs.h"
#include "ufs.h"


Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ufs/truncate.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/ufs_fs.h>
#include <linux/fcntl.h>
#include <linux/time.h>
#include <linux/stat.h>
Expand All @@ -46,6 +45,7 @@
#include <linux/blkdev.h>
#include <linux/sched.h>

#include "ufs_fs.h"
#include "ufs.h"
#include "swab.h"
#include "util.h"
Expand Down
10 changes: 2 additions & 8 deletions trunk/include/linux/ufs_fs.h → trunk/fs/ufs/ufs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,10 @@
#include <linux/stat.h>
#include <linux/fs.h>

#ifndef __KERNEL__
typedef __u64 __fs64;
typedef __u32 __fs32;
typedef __u16 __fs16;
#else
#include <asm/div64.h>
typedef __u64 __bitwise __fs64;
typedef __u32 __bitwise __fs32;
typedef __u16 __bitwise __fs16;
#endif

#define UFS_BBLOCK 0
#define UFS_BBSIZE 8192
Expand Down Expand Up @@ -197,7 +191,7 @@ typedef __u16 __bitwise __fs16;
*/
#define UFS_MINFREE 5
#define UFS_DEFAULTOPT UFS_OPTTIME

/*
* Turn file system block numbers into disk block addresses.
* This maps file system blocks to device size blocks.
Expand Down Expand Up @@ -714,7 +708,7 @@ struct ufs_cg_private_info {
__u32 c_clustersumoff;/* (u_int32) counts of avail clusters */
__u32 c_clusteroff; /* (u_int8) free cluster map */
__u32 c_nclusterblks; /* number of clusters this cg */
};
};


struct ufs_sb_private_info {
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ufs/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

#include <linux/string.h>
#include <linux/slab.h>
#include <linux/ufs_fs.h>
#include <linux/buffer_head.h>

#include "ufs_fs.h"
#include "ufs.h"
#include "swab.h"
#include "util.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ unifdef-y += tty.h
unifdef-y += types.h
unifdef-y += udf_fs_i.h
unifdef-y += udp.h
unifdef-y += ufs_fs.h
unifdef-y += uinput.h
unifdef-y += uio.h
unifdef-y += unistd.h
Expand Down

0 comments on commit b4ff487

Please sign in to comment.