Loading fs/befs/btree.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 success, 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. Loading fs/freevxfs/vxfs_dir.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 management 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 Loading fs/freevxfs/vxfs_immed.c +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ const struct inode_operations vxfs_immed_symlink_iops = { }; /* * Adress space operations for immed files and directories. * Address space operations for immed files and directories. */ const struct address_space_operations vxfs_immed_aops = { .readpage = vxfs_immed_readpage, Loading fs/gfs2/recovery.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ /* Acquire the journal lock so we can do recovery */ error = gfs2_glock_nq_num(sdp, jd->jd_jid, &gfs2_journal_glops, LM_ST_EXCLUSIVE, Loading fs/ocfs2/alloc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 seperate * of splits, but it's easier to just let one separate * function sort it all out. */ ocfs2_split_record(inode, left_path, right_path, Loading Loading
fs/befs/btree.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 success, 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. Loading
fs/freevxfs/vxfs_dir.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 management 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 Loading
fs/freevxfs/vxfs_immed.c +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ const struct inode_operations vxfs_immed_symlink_iops = { }; /* * Adress space operations for immed files and directories. * Address space operations for immed files and directories. */ const struct address_space_operations vxfs_immed_aops = { .readpage = vxfs_immed_readpage, Loading
fs/gfs2/recovery.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ /* Acquire the journal lock so we can do recovery */ error = gfs2_glock_nq_num(sdp, jd->jd_jid, &gfs2_journal_glops, LM_ST_EXCLUSIVE, Loading
fs/ocfs2/alloc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 seperate * of splits, but it's easier to just let one separate * function sort it all out. */ ocfs2_split_record(inode, left_path, right_path, Loading