Skip to content
Snippets Groups Projects
Commit a67262a9 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Fix backticks to be apostrophes in comments.
parent f674af10
No related branches found
No related tags found
No related merge requests found
...@@ -872,7 +872,7 @@ LB_LINUX_TRY_COMPILE([ ...@@ -872,7 +872,7 @@ LB_LINUX_TRY_COMPILE([
# #
# LC_VFS_KERN_MOUNT # LC_VFS_KERN_MOUNT
# starting from 2.6.18 kernel don`t export do_kern_mount # starting from 2.6.18 kernel doesn't export do_kern_mount
# and want to use vfs_kern_mount instead. # and want to use vfs_kern_mount instead.
# #
AC_DEFUN([LC_VFS_KERN_MOUNT], AC_DEFUN([LC_VFS_KERN_MOUNT],
...@@ -941,7 +941,7 @@ EXTRA_KCFLAGS="$tmp_flags" ...@@ -941,7 +941,7 @@ EXTRA_KCFLAGS="$tmp_flags"
]) ])
# 2.6.19 API changes # 2.6.19 API changes
# inode don`t have i_blksize field # inode doesn't have i_blksize field
AC_DEFUN([LC_INODE_BLKSIZE], AC_DEFUN([LC_INODE_BLKSIZE],
[AC_MSG_CHECKING([inode has i_blksize field]) [AC_MSG_CHECKING([inode has i_blksize field])
LB_LINUX_TRY_COMPILE([ LB_LINUX_TRY_COMPILE([
...@@ -1023,7 +1023,7 @@ LB_LINUX_TRY_COMPILE([ ...@@ -1023,7 +1023,7 @@ LB_LINUX_TRY_COMPILE([
]) ])
# LC_NR_PAGECACHE # LC_NR_PAGECACHE
# 2.6.18 don`t export nr_pagecahe # 2.6.18 doesn't export nr_pagecahe
AC_DEFUN([LC_NR_PAGECACHE], AC_DEFUN([LC_NR_PAGECACHE],
[AC_MSG_CHECKING([kernel export nr_pagecache]) [AC_MSG_CHECKING([kernel export nr_pagecache])
LB_LINUX_TRY_COMPILE([ LB_LINUX_TRY_COMPILE([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment