X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ipc%2Fmqueue.c;h=ade739f67f1df67fc17cf631da2994eef0e3d95c;hb=541d8f4d59d79f5d37c8c726f723d42ff307db57;hp=781c1399c6a3b0fa0b81c9567dd3096276a17d65;hpb=74c7b2af37ad431c3b69961a5cdbd0a92292c92a;p=mirror_ubuntu-kernels.git diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 781c1399c6a3..ade739f67f1d 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -307,8 +307,8 @@ static int mqueue_fill_super(struct super_block *sb, void *data, int silent) struct inode *inode; struct ipc_namespace *ns = data; - sb->s_blocksize = PAGE_CACHE_SIZE; - sb->s_blocksize_bits = PAGE_CACHE_SHIFT; + sb->s_blocksize = PAGE_SIZE; + sb->s_blocksize_bits = PAGE_SHIFT; sb->s_magic = MQUEUE_MAGIC; sb->s_op = &mqueue_super_ops;