mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
ceph: delete repeated words in fs/ceph/
Drop duplicated words "down" and "the" in fs/ceph/. [ idryomov: merge into a single patch ] Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
3b4168dd8b
commit
f1f565a269
@ -839,7 +839,7 @@ static void destroy_caches(void)
|
||||
}
|
||||
|
||||
/*
|
||||
* ceph_umount_begin - initiate forced umount. Tear down down the
|
||||
* ceph_umount_begin - initiate forced umount. Tear down the
|
||||
* mount, skipping steps that may hang while waiting for server(s).
|
||||
*/
|
||||
static void ceph_umount_begin(struct super_block *sb)
|
||||
|
@ -355,7 +355,7 @@ struct ceph_inode_info {
|
||||
unsigned i_dirty_caps, i_flushing_caps; /* mask of dirtied fields */
|
||||
|
||||
/*
|
||||
* Link to the the auth cap's session's s_cap_dirty list. s_cap_dirty
|
||||
* Link to the auth cap's session's s_cap_dirty list. s_cap_dirty
|
||||
* is protected by the mdsc->cap_dirty_lock, but each individual item
|
||||
* is also protected by the inode's i_ceph_lock. Walking s_cap_dirty
|
||||
* requires the mdsc->cap_dirty_lock. List presence for an item can
|
||||
|
@ -58,7 +58,7 @@
|
||||
* because 10.2.z (jewel) did not care if its peers advertised this
|
||||
* feature bit.
|
||||
*
|
||||
* - In the second phase we stop advertising the the bit and call it
|
||||
* - In the second phase we stop advertising the bit and call it
|
||||
* RETIRED. This can normally be done in the *next* major release
|
||||
* following the one in which we marked the feature DEPRECATED. In
|
||||
* the above example, for 12.0.z (luminous) we can say:
|
||||
|
Loading…
Reference in New Issue
Block a user