]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] Add AFS_SUPER_MAGIC to magic.h
authorAdam Megacz <megacz@cs.berkeley.edu>
Sat, 6 Jan 2007 00:36:17 +0000 (16:36 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sat, 6 Jan 2007 07:55:21 +0000 (23:55 -0800)
commitdd2c565999e015004622425020a61593deb87a04
tree2ac96cc1fa42acde6a7ae68001c6d6e43e507f12
parent05a8057bb38bc803682f3e0af305c258b4566285
[PATCH] Add AFS_SUPER_MAGIC to magic.h

Jeffrey Altman, one of the gatekeepers of OpenAFS (the open source project
which inherited the Transarc/IBM AFS codebase) has requested that the magic
number 0x5346414F (little endian 'OAFS') be allocated for the f_type field
of the fsinfo structure on Linux:

  https://lists.openafs.org/pipermail/openafs-info/2006-December/024829.html

Add it to include/linux/magic.h, mostly as a way of publishing this number
and ensuring that no other filesystem accidentally uses it.

Cc: Jeffrey Altman <jaltman@secure-endpoints.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/magic.h