Skip to content

Commit

Permalink
jfs: fix spelling mistake, EACCESS -> EACCES
Browse files Browse the repository at this point in the history
Trivial fix to a spelling mistake of the error access name EACCESS,
rename to EACCES

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Dave Kleikamp <[email protected]>
  • Loading branch information
Colin Ian King authored and kleikamp committed Oct 26, 2018
1 parent 01aa9d5 commit a83722f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/jfs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static int jfs_create(struct inode *dip, struct dentry *dentry, umode_t mode,
* RETURN: Errors from subroutines
*
* note:
* EACCESS: user needs search+write permission on the parent directory
* EACCES: user needs search+write permission on the parent directory
*/
static int jfs_mkdir(struct inode *dip, struct dentry *dentry, umode_t mode)
{
Expand Down

0 comments on commit a83722f

Please sign in to comment.