summaryrefslogtreecommitdiffstats
path: root/fs/autofs4/Makefile
blob: f2c3b79e94d2be98f9535474ba34f86d1ebb5d92 (plain)
1
2
3
4
5
6
7
#
# Makefile for the linux autofs-filesystem routines.
#

obj-$(CONFIG_AUTOFS4_FS) += autofs4.o

autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o
put type='submit' value='reload'/>
authorHerbert Xu <herbert@gondor.apana.org.au>2005-10-03 15:15:36 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2005-10-30 11:19:43 +1100
commit1b40efd772f4419fbc1a8940506424246985c333 (patch)
tree0f1ade69806e7f02196534b008ef8d2c925bf34b /crypto
parent6df5b9f48dd0e77fa796b9b7d3fde7cc5f1237f2 (diff)
[CRYPTO] Check cra_alignmask against cra_blocksize
The cipher code relies on the fact that the block size is a multiple of the required alignment. So we should check this at the time of algorith registration. We also ensure that the block size is bounded by the page size. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')