mount.linux: Add some new mount options intoduced in Linux 3.7

This commit is contained in:
Igor Murzov 2012-12-04 20:08:30 +04:00
parent 4a76f5a166
commit 74a37e7507

View File

@ -120,7 +120,7 @@ _mount()
nobarrier inode_readahead= stripe= {,no}delalloc abort
{max,min}_batch_time= journal_ioprio= {,no}auto_da_alloc
{,no}discard nouid32 resize {,no}block_validity
dioread_{,no}lock i_version' -- "$cur") )
dioread_{,no}lock max_dir_size_kb= i_version' -- "$cur") )
;;&
msdos|umsdos|vfat|auto)
COMPREPLY+=( $(compgen -W 'blocksize= {u,g}id= {u,d,f}mask=
@ -156,7 +156,8 @@ _mount()
{,no}fsc' -- "$cur") )
;;&
nfs4|auto)
COMPREPLY+=( $(compgen -W 'clientaddr=' -- "$cur") )
COMPREPLY+=( $(compgen -W 'clientaddr= {,no}migration' \
-- "$cur") )
;;&
ntfs-3g)
COMPREPLY+=( $(compgen -W '{u,g}id= {u,f,d}mask= usermapping=
@ -189,11 +190,11 @@ _mount()
;;&
xfs|auto)
COMPREPLY+=( $(compgen -W 'allocsize= {,no}attr2 barrier dmapi
{,no}grpid {bsd,sysv}groups ihashsize= {,no}ikeep inode64
{,no}largeio logbufs= logbsize= logdev= rtdev= mtpt= noalign
norecovery nouuid osyncisosync {u,g,p}qnoenforce
{,u,usr,g,grp,p,prj}quota sunit= swidth= swalloc' \
-- "$cur") )
{,no}grpid {bsd,sysv}groups ihashsize= {,no}ikeep
inode{32,64} {,no}largeio logbufs= logbsize= logdev=
rtdev= mtpt= noalign norecovery nouuid osyncisosync
{u,g,p}qnoenforce {,u,usr,g,grp,p,prj}quota sunit= swidth=
swalloc' -- "$cur") )
;;&
esac
# COMP_WORDBREAKS is a real pain in the ass