Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
c78bad11
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 3 年多
通知
13
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
c78bad11
编写于
2月 03, 2008
作者:
J
Joe Perches
提交者:
Adrian Bunk
2月 03, 2008
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fs/: Spelling fixes
Signed-off-by:
N
Joe Perches
<
joe@perches.com
>
Signed-off-by:
N
Adrian Bunk
<
bunk@kernel.org
>
上级
ee0fc097
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
11 addition
and
11 deletion
+11
-11
fs/befs/btree.c
fs/befs/btree.c
+1
-1
fs/freevxfs/vxfs_dir.h
fs/freevxfs/vxfs_dir.h
+1
-1
fs/freevxfs/vxfs_immed.c
fs/freevxfs/vxfs_immed.c
+1
-1
fs/gfs2/recovery.c
fs/gfs2/recovery.c
+1
-1
fs/ocfs2/alloc.c
fs/ocfs2/alloc.c
+1
-1
fs/ocfs2/dir.c
fs/ocfs2/dir.c
+1
-1
fs/ocfs2/ocfs1_fs_compat.h
fs/ocfs2/ocfs1_fs_compat.h
+1
-1
fs/ocfs2/suballoc.c
fs/ocfs2/suballoc.c
+1
-1
fs/reiserfs/bitmap.c
fs/reiserfs/bitmap.c
+3
-3
未找到文件。
fs/befs/btree.c
浏览文件 @
c78bad11
...
...
@@ -232,7 +232,7 @@ befs_bt_read_node(struct super_block *sb, befs_data_stream * ds,
* @key: Key string to lookup in btree
* @value: Value stored with @key
*
* On sucess, returns BEFS_OK and sets *@value to the value stored
* On suc
c
ess, returns BEFS_OK and sets *@value to the value stored
* with @key (usually the disk block number of an inode).
*
* On failure, returns BEFS_ERR or BEFS_BT_NOT_FOUND.
...
...
fs/freevxfs/vxfs_dir.h
浏览文件 @
c78bad11
...
...
@@ -41,7 +41,7 @@
* VxFS directory block header.
*
* This entry is the head of every filesystem block in a directory.
* It is used for free space managment and additionally includes
* It is used for free space manag
e
ment and additionally includes
* a hash for speeding up directory search (lookup).
*
* The hash may be empty and in fact we do not use it all in the
...
...
fs/freevxfs/vxfs_immed.c
浏览文件 @
c78bad11
...
...
@@ -54,7 +54,7 @@ const struct inode_operations vxfs_immed_symlink_iops = {
};
/*
* Adress space operations for immed files and directories.
* Ad
d
ress space operations for immed files and directories.
*/
const
struct
address_space_operations
vxfs_immed_aops
=
{
.
readpage
=
vxfs_immed_readpage
,
...
...
fs/gfs2/recovery.c
浏览文件 @
c78bad11
...
...
@@ -450,7 +450,7 @@ int gfs2_recover_journal(struct gfs2_jdesc *jd)
fs_info
(
sdp
,
"jid=%u: Trying to acquire journal lock...
\n
"
,
jd
->
jd_jid
);
/* Aquire the journal lock so we can do recovery */
/* A
c
quire the journal lock so we can do recovery */
error
=
gfs2_glock_nq_num
(
sdp
,
jd
->
jd_jid
,
&
gfs2_journal_glops
,
LM_ST_EXCLUSIVE
,
...
...
fs/ocfs2/alloc.c
浏览文件 @
c78bad11
...
...
@@ -3338,7 +3338,7 @@ static int ocfs2_insert_path(struct inode *inode,
if
(
insert
->
ins_split
!=
SPLIT_NONE
)
{
/*
* We could call ocfs2_insert_at_leaf() for some types
* of splits, but it's easier to just let one sep
e
rate
* of splits, but it's easier to just let one sep
a
rate
* function sort it all out.
*/
ocfs2_split_record
(
inode
,
left_path
,
right_path
,
...
...
fs/ocfs2/dir.c
浏览文件 @
c78bad11
...
...
@@ -1215,7 +1215,7 @@ static int ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh,
down_write
(
&
oi
->
ip_alloc_sem
);
/*
* Prepare for worst case allocation scenario of two sep
e
rate
* Prepare for worst case allocation scenario of two sep
a
rate
* extents.
*/
if
(
alloc
==
2
)
...
...
fs/ocfs2/ocfs1_fs_compat.h
浏览文件 @
c78bad11
...
...
@@ -77,7 +77,7 @@ struct ocfs1_disk_lock
{
/*00*/
__u32
curr_master
;
__u8
file_lock
;
__u8
compat_pad
[
3
];
/* Not in orignal definition. Used to
__u8
compat_pad
[
3
];
/* Not in orig
i
nal definition. Used to
make the already existing alignment
explicit */
__u64
last_write_time
;
...
...
fs/ocfs2/suballoc.c
浏览文件 @
c78bad11
...
...
@@ -646,7 +646,7 @@ int ocfs2_reserve_clusters(struct ocfs2_super *osb,
* sync-data inodes."
*
* Note: OCFS2 already does this differently for metadata vs data
* allocations, as those bitmaps are sep
e
rate and undo access is never
* allocations, as those bitmaps are sep
a
rate and undo access is never
* called on a metadata group descriptor.
*/
static
int
ocfs2_test_bg_bit_allocatable
(
struct
buffer_head
*
bg_bh
,
...
...
fs/reiserfs/bitmap.c
浏览文件 @
c78bad11
...
...
@@ -272,7 +272,7 @@ static inline int block_group_used(struct super_block *s, u32 id)
/* If we don't have cached information on this bitmap block, we're
* going to have to load it later anyway. Loading it here allows us
* to make a better decision. This favors long-term performace gain
* to make a better decision. This favors long-term performa
n
ce gain
* with a better on-disk layout vs. a short term gain of skipping the
* read and potentially having a bad placement. */
if
(
info
->
free_count
==
UINT_MAX
)
{
...
...
@@ -663,7 +663,7 @@ static inline void new_hashed_relocation(reiserfs_blocknr_hint_t * hint)
/*
* Relocation based on dirid, hashing them into a given bitmap block
* files. Formatted nodes are unaffected, a sep
e
rate policy covers them
* files. Formatted nodes are unaffected, a sep
a
rate policy covers them
*/
static
void
dirid_groups
(
reiserfs_blocknr_hint_t
*
hint
)
{
...
...
@@ -688,7 +688,7 @@ static void dirid_groups(reiserfs_blocknr_hint_t * hint)
/*
* Relocation based on oid, hashing them into a given bitmap block
* files. Formatted nodes are unaffected, a sep
e
rate policy covers them
* files. Formatted nodes are unaffected, a sep
a
rate policy covers them
*/
static
void
oid_groups
(
reiserfs_blocknr_hint_t
*
hint
)
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录