Andrew Stribblehill
fac92becda
[PATCH] bfs: fix endianness, signedness; add trivial bugfix
* Makes BFS code endianness-clean.
* Fixes some signedness warnings.
* Fixes a problem in fs/bfs/inode.c:164 where inodes not synced to disk
don't get fully marked as clean. Here's how to reproduce it:
# mount -o loop -t bfs /bfs.img /mnt
# df -i /mnt
Filesystem Inodes IUsed IFree IUse% Mounted on
/bfs.img 48 1 47 3% /mnt
# df -k /mnt
Filesystem 1K-blocks Used Available Use% Mounted on
/bfs.img 512 5 508 1% /mnt
# cp 60k-archive.zip /mnt/mt.zip
# df -k /mnt
Filesystem 1K-blocks Used Available Use% Mounted on
/bfs.img 512 65 447 13% /mnt
# df -i /mnt
Filesystem Inodes IUsed IFree IUse% Mounted on
/bfs.img 48 2 46 5% /mnt
# rm /mnt/mt.zip
# echo $?
0
[If the unlink happens before the buffers flush, the following happens:]
# df -i /mnt
Filesystem Inodes IUsed IFree IUse% Mounted on
/bfs.img 48 2 46 5% /mnt
# df -k /mnt
Filesystem 1K-blocks Used Available Use% Mounted on
/bfs.img 512 65 447 13% /mnt
fs/bfs/bfs.h | 1
Signed-off-by: Andrew Stribblehill <ads@wompom.org>
Cc: <tigran@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-09 13:57:32 -07:00
..
2005-06-22 16:07:42 -04:00
2005-09-08 22:46:00 +01:00
2005-08-29 16:00:54 -07:00
2005-09-06 15:10:46 -07:00
2005-08-29 16:13:29 -07:00
2005-09-07 16:57:25 -07:00
2005-08-25 12:40:44 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-21 19:07:41 -07:00
2005-08-29 15:59:42 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-08-30 22:44:20 -05:00
2005-07-10 19:29:45 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:21 -07:00
2005-04-16 15:20:36 -07:00
2005-09-09 13:57:32 -07:00
2005-09-07 17:31:27 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-08-28 10:43:07 -05:00
2005-07-07 18:23:45 -07:00
2005-09-05 00:05:44 -07:00
2005-04-16 15:20:36 -07:00
2005-06-27 15:11:48 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-04 13:23:45 -07:00
2005-09-07 16:57:19 -07:00
2005-05-01 08:58:54 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-02 00:57:31 -07:00
2005-09-07 16:57:40 -07:00
2005-04-16 15:20:36 -07:00
2005-09-08 14:41:27 -07:00
2005-09-01 17:43:05 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:41 -07:00
2005-08-29 16:13:37 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-12 17:21:56 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-17 20:37:11 -05:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:44 -07:00
2005-09-05 00:06:09 -07:00
2005-06-27 14:33:29 -07:00
2005-09-07 16:57:21 -07:00
2005-05-19 22:43:37 -07:00
2005-07-13 16:23:51 -04:00
2005-08-29 16:02:44 -07:00
2005-09-07 16:57:23 -07:00
2005-09-07 16:57:23 -07:00
2005-04-16 15:20:36 -07:00
2005-06-23 09:45:28 -07:00
2005-09-07 16:57:26 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:55 -07:00
2005-09-07 16:57:17 -07:00
2005-09-07 16:57:40 -07:00
2005-08-29 16:10:54 -07:00
2005-09-05 00:05:46 -07:00
2005-09-05 09:14:13 -07:00
2005-09-05 09:14:23 -07:00
2005-09-05 09:14:17 -07:00
2005-09-05 09:14:33 -07:00
2005-09-05 09:14:31 -07:00
2005-06-15 12:38:14 +01:00
2005-09-05 09:26:56 -07:00
2005-06-24 00:05:29 -07:00
2005-04-16 15:20:36 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:10:54 -07:00
2005-08-29 16:10:54 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:10:54 -07:00
2005-05-05 14:25:59 -07:00
2005-04-16 15:20:36 -07:00
2005-08-29 16:01:32 -07:00
2005-09-01 17:40:05 -07:00
2005-08-29 15:32:25 -07:00
2005-05-12 19:45:25 -04:00
2005-08-29 16:01:32 -07:00
2005-09-08 10:19:03 +09:00
2005-04-16 15:20:36 -07:00
2005-08-29 15:49:46 -07:00
2005-08-29 15:57:48 -07:00
2005-04-16 15:20:36 -07:00
2005-05-29 20:23:46 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:39 -07:00
2005-09-07 16:57:54 -07:00
2005-04-16 15:20:36 -07:00
2005-06-21 18:46:32 -07:00
2005-09-07 16:57:20 -07:00
2005-08-29 15:43:19 -07:00
2005-09-07 16:57:48 -07:00
2005-04-16 15:20:36 -07:00
2005-09-08 10:19:03 +09:00
2005-09-07 16:57:29 -07:00
2005-09-07 16:57:34 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:19 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-25 16:24:55 -07:00
2005-09-07 18:26:54 -07:00
2005-06-24 00:05:18 -07:00
2005-06-20 15:15:01 -07:00
2005-09-07 16:57:59 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-05 05:20:33 -04:00
2005-09-07 16:57:59 -07:00
2005-08-29 16:11:00 -07:00
2005-05-20 12:53:50 -05:00
2005-04-16 15:20:36 -07:00
2005-09-08 14:57:23 -07:00
2005-06-23 09:45:09 -07:00
2005-04-16 15:20:36 -07:00
2005-08-03 09:12:05 -07:00
2005-09-05 00:05:38 -07:00
2005-08-30 13:31:56 +10:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:26 -07:00
2005-09-05 00:06:00 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:02:44 -07:00
2005-08-29 16:00:54 -07:00
2005-08-29 15:34:40 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 15:57:14 -07:00
2005-08-29 16:01:35 -07:00
2005-08-11 19:27:43 -07:00
2005-05-29 14:13:47 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-05 00:05:49 -07:00
2005-06-21 18:46:14 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-06 22:17:49 -04:00
2005-09-08 14:57:24 -07:00
2005-09-08 15:07:08 -07:00
2005-04-16 15:20:36 -07:00
2005-08-28 20:28:25 -04:00
2005-09-07 16:57:24 -07:00
2005-04-16 15:20:36 -07:00
2005-09-05 00:06:16 -07:00
2005-09-07 16:57:25 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:43 -07:00
2005-06-24 14:14:24 -07:00
2005-06-24 00:05:19 -07:00
2005-08-30 22:48:51 -05:00
2005-04-16 15:20:36 -07:00
2005-08-29 15:49:40 -07:00
2005-05-01 08:59:04 -07:00
2005-05-01 08:58:49 -07:00
2005-09-07 16:57:18 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-08-29 16:00:54 -07:00
2005-09-09 13:57:31 -07:00
2005-09-09 13:57:28 -07:00
2005-08-29 16:00:54 -07:00
2005-09-07 16:57:26 -07:00
2005-09-08 16:04:41 +01:00
2005-09-08 14:47:12 -07:00
2005-08-31 21:48:47 +01:00
2005-04-16 15:20:36 -07:00
2005-09-08 12:32:03 -07:00
2005-09-07 16:57:45 -07:00
2005-08-29 16:01:32 -07:00
2005-05-05 16:36:49 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:24 -07:00
2005-04-16 15:20:36 -07:00
2005-08-30 08:58:37 +02:00
2005-05-21 10:46:48 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-05 00:05:42 -07:00
2005-09-05 00:05:45 -07:00
2005-04-16 15:20:36 -07:00
2005-07-07 18:23:37 -07:00
2005-09-07 16:57:49 -07:00
2005-08-29 15:56:18 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 16:57:30 -07:00
2005-09-07 16:57:34 -07:00
2005-09-07 16:57:40 -07:00
2005-08-14 17:21:27 -05:00
2005-04-16 15:20:36 -07:00
2005-08-29 15:57:59 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-08 16:22:48 -07:00
2005-09-08 16:23:04 -07:00
2005-04-16 15:20:36 -07:00
2005-09-05 00:05:46 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-07 00:27:54 -04:00
2005-06-28 21:20:31 -07:00
2005-04-16 15:20:36 -07:00
2005-08-29 16:00:54 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00