ext4: fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
parent
c0a2ad9b50
commit
b8a07463c8
@ -11,7 +11,7 @@
|
|||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public Licens
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-
|
||||||
*/
|
*/
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public Licens
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-
|
||||||
*/
|
*/
|
||||||
|
@ -787,7 +787,7 @@ struct inode *__ext4_new_inode(handle_t *handle, struct inode *dir,
|
|||||||
sbi = EXT4_SB(sb);
|
sbi = EXT4_SB(sb);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initalize owners and quota early so that we don't have to account
|
* Initialize owners and quota early so that we don't have to account
|
||||||
* for quota initialization worst case in standard inode creating
|
* for quota initialization worst case in standard inode creating
|
||||||
* transaction
|
* transaction
|
||||||
*/
|
*/
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public Licens
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-
|
||||||
*/
|
*/
|
||||||
|
@ -361,7 +361,7 @@ static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode,
|
|||||||
* blocks.
|
* blocks.
|
||||||
*
|
*
|
||||||
* While converting to extents we need not
|
* While converting to extents we need not
|
||||||
* update the orignal inode i_blocks for extent blocks
|
* update the original inode i_blocks for extent blocks
|
||||||
* via quota APIs. The quota update happened via tmp_inode already.
|
* via quota APIs. The quota update happened via tmp_inode already.
|
||||||
*/
|
*/
|
||||||
spin_lock(&inode->i_lock);
|
spin_lock(&inode->i_lock);
|
||||||
|
Loading…
Reference in New Issue
Block a user