projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reiserfs: rename p_s_bh to bh
[linux-2.6]
/
fs
/
ntfs
/
mft.h
diff --git
a/fs/ntfs/mft.h
b/fs/ntfs/mft.h
index
639cd1b
..
b52bf87
100644
(file)
--- a/
fs/ntfs/mft.h
+++ b/
fs/ntfs/mft.h
@@
-111,7
+111,7
@@
static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync)
return err;
}
-extern
BOOL
ntfs_may_write_mft_record(ntfs_volume *vol,
+extern
bool
ntfs_may_write_mft_record(ntfs_volume *vol,
const unsigned long mft_no, const MFT_RECORD *m,
ntfs_inode **locked_ni);